fix: navbar
This commit is contained in:
@@ -4,16 +4,12 @@
|
||||
id="myCartDropdownButton1"
|
||||
data-dropdown-toggle="myCartDropdown1" type="button"
|
||||
class="inline-flex items-center rounded-lg justify-center p-2 hover:bg-gray-100 dark:hover:bg-gray-700 text-sm font-medium leading-none text-gray-900 dark:text-white">
|
||||
<span class="sr-only">
|
||||
{% blocktranslate %}
|
||||
Carrito
|
||||
{% endblocktranslate %}({{ cart.items.count }})
|
||||
</span>
|
||||
{% include 'components/icons/cart.svg' %}
|
||||
<span class="sm:flex">
|
||||
<span class="hidden sm:flex">
|
||||
{% blocktranslate %}
|
||||
Carrito
|
||||
{% endblocktranslate %}({{ cart.items.count }})</span>
|
||||
{% endblocktranslate %}</span>
|
||||
<span class="ml-1">({{ cart.items.count }})</span>
|
||||
</button>
|
||||
|
||||
<!-- Cart -->
|
||||
|
||||
@@ -60,7 +60,9 @@
|
||||
data-dropdown-toggle="userDropdown1" type="button"
|
||||
class="inline-flex items-center rounded-lg justify-center p-2 hover:bg-gray-100 dark:hover:bg-gray-700 text-sm font-medium leading-none text-gray-900 dark:text-white">
|
||||
{% include 'components/icons/user.svg' %}
|
||||
<span class="hidden sm:flex">
|
||||
{% translate 'Mi cuenta' %}
|
||||
</span>
|
||||
{% include 'components/icons/dropdown.svg' %}
|
||||
</button>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user