diff --git a/docs/changelog.md b/docs/changelog.md index feccaf2c..98be1800 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,9 @@ # Changelog +**🐛 Corrections** + - Menu administration "Animations" renommé en "Gestion" + ## 0.4.0 (unreleased) ## 0.3.0 (2024-06-24) diff --git a/front-vite/src/App.vue b/front-vite/src/App.vue index f59058ed..94d17319 100644 --- a/front-vite/src/App.vue +++ b/front-vite/src/App.vue @@ -51,8 +51,8 @@ const isMenuOpened = ref(false) const items = ref([ { - label: 'Animations', - icon: 'pi pi-calendar', + label: 'Gestion', + icon: 'pi pi-cog', isAuth: true, isAdmin: true, route: '/events', diff --git a/front-vite/src/views/EventListingView.vue b/front-vite/src/views/EventListingView.vue index 440d7eae..0eef24d8 100644 --- a/front-vite/src/views/EventListingView.vue +++ b/front-vite/src/views/EventListingView.vue @@ -4,7 +4,7 @@ @@ -29,13 +29,13 @@
- + - +