diff --git a/components/Layout.vue b/components/Layout.vue index 552bf89..979267f 100644 --- a/components/Layout.vue +++ b/components/Layout.vue @@ -31,8 +31,8 @@ onUnmounted(() => { -
-
+
+

@@ -64,7 +64,7 @@ onUnmounted(() => {

-
+
diff --git a/components/Navigation.vue b/components/Navigation.vue index 8368567..920e9de 100644 --- a/components/Navigation.vue +++ b/components/Navigation.vue @@ -7,7 +7,7 @@ const isHome = computed(() => route.path === '/');