Merge branch 'dev'
Deploy / deploy (push) Failing after 13m6s
CI / build (push) Failing after 14m37s

This commit is contained in:
ByungCheol
2026-06-27 16:16:26 +09:00
2 changed files with 5 additions and 10 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

+5 -10
View File
@@ -23,14 +23,7 @@ async function handleLogout() {
</svg>
</button>
<RouterLink to="/" class="brand">
<svg class="brand-mark" viewBox="0 0 32 32" aria-hidden="true">
<rect width="32" height="32" rx="7" fill="#00bc7e" />
<g fill="#ffffff">
<rect x="7.5" y="17" width="3.4" height="8" rx="1.7" />
<rect x="14.3" y="12.5" width="3.4" height="12.5" rx="1.7" />
<rect x="21.1" y="8" width="3.4" height="17" rx="1.7" />
</g>
</svg>
<img class="brand-mark" src="/logo-piggy.png" alt="" aria-hidden="true" />
<span class="brand-text">SlimBudget</span>
</RouterLink>
</div>
@@ -85,8 +78,10 @@ async function handleLogout() {
background: transparent;
}
.brand-mark {
width: 26px;
height: 26px;
height: 28px;
width: auto;
max-width: 38px;
object-fit: contain;
flex-shrink: 0;
}
.brand-text {