diff options
Diffstat (limited to 'components/header')
| -rw-r--r-- | components/header/PageHeader.vue | 2 | ||||
| -rw-r--r-- | components/header/SiteHeader.vue | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/components/header/PageHeader.vue b/components/header/PageHeader.vue index 3c616ca..7e024c6 100644 --- a/components/header/PageHeader.vue +++ b/components/header/PageHeader.vue @@ -53,4 +53,4 @@ font-size: 1.2rem; color: var(--color-text-mute); } -</style>
\ No newline at end of file +</style> 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> |
