fix: update auth-topbar logo to use project logo.png
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user