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' }
];