Skip to content
Snippets Groups Projects
Commit e18052d4 authored by Axel Po's avatar Axel Po
Browse files

fix: color txt nav

parent 82a0e749
Branches
1 merge request!6Dev
......@@ -56,7 +56,9 @@
>
{% endif %} {% if is_granted('ROLE_ADMIN') %} {% if
app.request.getRequestUri() == path('app_product_index_admin') %}
<a class="bg-[#F5B100] py-2 px-6 rounded-md" href="{{ path('home') }}"
<a
class="bg-[#F5B100] text-white py-2 px-6 rounded-md"
href="{{ path('home') }}"
>Voir le site</a
>
{% else %}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment