diff --git a/frontend/src/components/AppShell.vue b/frontend/src/components/AppShell.vue index 52bc3d9..4d35d6f 100644 --- a/frontend/src/components/AppShell.vue +++ b/frontend/src/components/AppShell.vue @@ -31,6 +31,7 @@ const currentLabel = computed( const visibleNavItems = computed(() => navItems.filter((item) => item.to !== '/admin' || authStore.isAdmin), ) +const isAdminRoute = computed(() => route.path.startsWith('/admin')) async function login(role: 'viewer' | 'admin') { loginError.value = '' @@ -56,15 +57,21 @@ async function login(role: 'viewer' | 'admin') { {{ currentLabel }} -
-
+
+
-
- +
+
VTUBER - STAR AWARDS + STAR AWARDS
@@ -96,7 +103,7 @@ async function login(role: 'viewer' | 'admin') {

{{ loginError }}

-
+