From d1762e803c19292e314ab40fa50223d9bb2e12e2 Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Mon, 7 Oct 2024 13:55:51 -0400 Subject: [PATCH] Hide 'My Profile' when not authenticated --- src/App.vue | 2 +- src/views/creators/CreatorLayout.vue | 33 ++++++++++++++++------------ src/views/main/SideBar.vue | 28 ++++++++++++----------- 3 files changed, 35 insertions(+), 28 deletions(-) diff --git a/src/App.vue b/src/App.vue index 787d7b0..cec2875 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,7 +6,7 @@ -
+
diff --git a/src/views/creators/CreatorLayout.vue b/src/views/creators/CreatorLayout.vue index 7055d74..917207f 100644 --- a/src/views/creators/CreatorLayout.vue +++ b/src/views/creators/CreatorLayout.vue @@ -1,28 +1,33 @@  diff --git a/src/views/main/SideBar.vue b/src/views/main/SideBar.vue index 62b7c47..0260c36 100644 --- a/src/views/main/SideBar.vue +++ b/src/views/main/SideBar.vue @@ -59,13 +59,13 @@ initializeLocale();
- -
-
- Profile Image +
+
+ Profile Image - - {{ $t('header.myprofile') }} - +