mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 01:20:59 +00:00
Fix visitor account icon in navbar
This commit is contained in:
parent
9d605c5d5f
commit
9c03a1a721
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{% import '@SyliusShop/shared/buttons.html.twig' as buttons %}
|
||||
|
||||
<div class="d-lg-none">
|
||||
{{ buttons.transparent(path('sylius_shop_login'), null, 'mobile-login-button', 'tabler:user', null) }}
|
||||
<a href="{{ path('sylius_shop_login') }}" class="btn btn-icon btn-transparent px-0">
|
||||
{{ ux_icon('tabler:user') }}
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue