diff --git a/changelog.md b/changelog.md index 3105af1..2badd96 100644 --- a/changelog.md +++ b/changelog.md @@ -23,4 +23,5 @@ ### Release v1.0.3 #### Fix -- Activity form \ No newline at end of file +- Activity form +- Typo on nav \ No newline at end of file diff --git a/templates/_includes/html/base.html.twig b/templates/_includes/html/base.html.twig index f013ec5..87f70e1 100644 --- a/templates/_includes/html/base.html.twig +++ b/templates/_includes/html/base.html.twig @@ -38,7 +38,7 @@
  • {% include '_includes/html/component/navLink.html.twig' with {route: 'main_home', icon: 'icofont-home', name: 'Accueil'} %}
  • {% include '_includes/html/component/navLink.html.twig' with {route: 'activity_activities', icon: 'icofont-listing-box', name: 'Activités'} %}
  • - +
  • {% include '_includes/html/component/navLink.html.twig' with {route: 'actor_actors', icon: 'icofont-people', name: 'Acteurs'} %}