diff --git a/client/src/components/header/MainNavigationBar.vue b/client/src/components/header/MainNavigationBar.vue index 92896f50..06e6a5c7 100644 --- a/client/src/components/header/MainNavigationBar.vue +++ b/client/src/components/header/MainNavigationBar.vue @@ -1,12 +1,8 @@ - - - - - @@ -234,38 +207,7 @@ const mentorTabTitle = computed(() => - - - - - - - - {{ userStore.getFullName }} - - - - - - - - - - - - Login - + diff --git a/client/src/components/header/ProfileMenuButton.vue b/client/src/components/header/ProfileMenuButton.vue new file mode 100644 index 00000000..04a5ec04 --- /dev/null +++ b/client/src/components/header/ProfileMenuButton.vue @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + {{ userStore.getFullName }} + + + + + + + + + + + + Login + +