diff --git a/src/components/Header.vue b/src/components/Header.vue index 784dece..b5cb777 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -6,22 +6,47 @@ - - {{ theme.global.current.value.dark ? 'mdi-weather-sunny' : 'mdi-weather-night' }} - - + + {{ theme.global.current.value.dark ? 'mdi-weather-sunny' : 'mdi-weather-night' }} + + + + + + + + + + {{ fakeUserInitials }} + + + + + + + + fakeUserInitials + + {{fakeUser.firstName + ' ' + fakeUser.lastName}} + + Profile + Sign out + + + + + + + - - - - - - + + + + - - - + + @@ -109,9 +134,10 @@