diff options
Diffstat (limited to 'components/header/SiteHeader.vue')
| -rw-r--r-- | components/header/SiteHeader.vue | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/components/header/SiteHeader.vue b/components/header/SiteHeader.vue index 22ee209..c1b2aa9 100644 --- a/components/header/SiteHeader.vue +++ b/components/header/SiteHeader.vue @@ -3,7 +3,7 @@ const session = useSessionStore(); const navigateHome = () => { navigateTo('/'); -} +}; const sessionType = computed(() => session.getSessionType()); </script> @@ -53,7 +53,6 @@ const sessionType = computed(() => session.getSessionType()); font-size: 0.8rem; color: var(--color-header-text-mute); } - } #logo { @@ -82,4 +81,4 @@ header { display: flex; justify-content: space-between; } -</style>
\ No newline at end of file +</style> |
