UI update

This commit is contained in:
2026-03-10 19:15:25 +00:00
parent 5922d6ca31
commit 27bff9535c
9 changed files with 58 additions and 85 deletions

View File

@@ -4,8 +4,8 @@
<header class="text-center mb-10">
<div class="brand-icon-container mb-4">
<v-img
<v-img
:src="'/images/seasoned-logo.png'"
alt="Seasoned Logo"
width="120"
class="mx-auto"
@@ -152,6 +152,8 @@ const isAuthenticated = () => {
}
const handleViewCollection = () => {
const token = useCookie('seasoned_token').value
|| (import.meta.client ? localStorage.getItem('token') : null)
if (isAuthenticated()) {
router.push('/gallery')
} else {