remotes/1693045480750635534/spooky-22
Aevann1 2021-10-21 00:10:17 +02:00
parent b536e56061
commit b0f878fafd
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@
</button>
{% if v %}
<button type="button" class="col px-0 mr-3 btn btn-dead m-0" style="background: None !important; border: None;">
<a href="{{v.url}}" class="text-decoration-none" role="button">
<div class="text-center {% if request.path==v.url %}text-primary{% else %}text-muted{% endif %}">
<a href="/settings/shop" class="text-decoration-none" role="button">
<div class="text-center {% if request.path=='/settings/shop' %}text-primary{% else %}text-muted{% endif %}">
<i class="fas fa-store text-lg"></i>
<div class="text-small">Shop</div>
</div>