From 0c102b25238fc10fc0eb2917a9532aba4981fa41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=ABl=20Martinon?= Date: Fri, 28 Jun 2024 13:59:21 -0400 Subject: [PATCH] Changemement menu d'administration 'Animations' en 'Gestion' --- docs/changelog.md | 3 +++ front-vite/src/App.vue | 4 ++-- front-vite/src/views/EventListingView.vue | 16 ++++++++-------- 3 files changed, 13 insertions(+), 10 deletions(-) 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 @@
- + - +