Compare commits

...

1 commit

Author SHA1 Message Date
77fa30d75f Fix non existing route
All checks were successful
Build & Deploy / Validation, build et push (push) Successful in 7m22s
2026-07-07 18:10:11 +02:00

View file

@ -39,7 +39,7 @@
> >
Statistiques Statistiques
</a> </a>
<a href="{{ path('app_news') }}" <a href="{{ path('app_accueil') }}"
class="nav-link {{ current_route == 'app_news' ? 'active' }}" class="nav-link {{ current_route == 'app_news' ? 'active' }}"
data-action="click->header-mobile#close" data-action="click->header-mobile#close"
> >