fix: update auth-topbar logo to use project logo.png
Build and Push Docker Image / build-and-push (push) Successful in 1m4s
Build and Push Docker Image / deploy (push) Successful in 9s

This commit is contained in:
nuyue
2026-07-16 14:45:17 +08:00
parent 41e668a947
commit a55484e3c0
+1 -5
View File
@@ -92,11 +92,7 @@
<header v-else class="auth-topbar"> <header v-else class="auth-topbar">
<div class="auth-logo" @click="$router.push('/')"> <div class="auth-logo" @click="$router.push('/')">
<div class="logo-icon"> <img :src="logoImg" alt="Logo" class="logo-icon" />
<svg viewBox="0 0 24 24" fill="currentColor" width="18" height="18">
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/>
</svg>
</div>
<span class="logo-text">星汐商店</span> <span class="logo-text">星汐商店</span>
</div> </div>
</header> </header>