From 448943a958e261e896541c8836710fce76324679 Mon Sep 17 00:00:00 2001
From: PascalMarchesseault
<97350299+PascalMarchesseault@users.noreply.github.com>
Date: Wed, 24 Apr 2024 19:38:44 -0400
Subject: [PATCH] =?UTF-8?q?DefaultLayout=20chang=C3=A9=20les=20bouttons=20?=
=?UTF-8?q?Connexion,=20index=20changer=20le=20router=20et=20creatorfolio?=
=?UTF-8?q?=20j'ai=20enlev=C3=A9=20les=20bouttons=20bourse=20et=20contenu?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/layouts/DefaultLayout.vue | 20 ++++++++++----------
src/router/index.js | 3 ++-
src/views/main/CreatorFolio.vue | 7 ++++---
3 files changed, 16 insertions(+), 14 deletions(-)
diff --git a/src/layouts/DefaultLayout.vue b/src/layouts/DefaultLayout.vue
index c907ae9..d0c3c16 100644
--- a/src/layouts/DefaultLayout.vue
+++ b/src/layouts/DefaultLayout.vue
@@ -22,13 +22,13 @@
-
- Mon profile
+
+ Connexion
-
- Déconnexion
-
+
@@ -51,7 +51,7 @@
-
+
@@ -69,10 +69,10 @@
-
-
-
+
+
+
diff --git a/src/router/index.js b/src/router/index.js
index 2b03b06..7783837 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -22,10 +22,11 @@ const router = createRouter({
component: HomeView
},
{
- path: '/creatorfolio',
+ path: '/guillaumeaime',
name: 'creatorfolio',
component: CreatorFolio
},
+
{
path: '/yourprofile',
name: 'yourprofile',
diff --git a/src/views/main/CreatorFolio.vue b/src/views/main/CreatorFolio.vue
index eb4c2a9..77201ee 100644
--- a/src/views/main/CreatorFolio.vue
+++ b/src/views/main/CreatorFolio.vue
@@ -127,14 +127,15 @@
+
-
mdi-wallet
Bourse
-
+ -->
@@ -654,7 +655,7 @@ let drawerbottom = false
let navigationItems = [
{ icon: 'mdi-home', text: 'Accueil', link: 'home' },
{ icon: 'mdi-account-group', text: 'Amis', link: '/contact' },
- { icon: 'mdi-file-document-outline', text: 'Contenu', link: '/creatorfolio' }
+ //{ icon: 'mdi-file-document-outline', text: 'Contenu', link: '/creatorfolio' }
];