Fix non existing route
All checks were successful
Build & Deploy / Validation, build et push (push) Successful in 7m22s
All checks were successful
Build & Deploy / Validation, build et push (push) Successful in 7m22s
This commit is contained in:
parent
a746069e4f
commit
77fa30d75f
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue