feat: 헤더 로고를 '돈돼지' 이미지로 변경
CI / build (push) Failing after 11m36s

- AppHeader brand-mark(초록 막대 SVG) → public/logo-piggy.png(투명 돼지)
- 텍스트는 SlimBudget 유지, 비율 유지(height 28 / width auto)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ByungCheol
2026-06-27 16:16:26 +09:00
parent e4d7df2554
commit dc62d9883a
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> </svg>
</button> </button>
<RouterLink to="/" class="brand"> <RouterLink to="/" class="brand">
<svg class="brand-mark" viewBox="0 0 32 32" aria-hidden="true"> <img class="brand-mark" src="/logo-piggy.png" alt="" 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>
<span class="brand-text">SlimBudget</span> <span class="brand-text">SlimBudget</span>
</RouterLink> </RouterLink>
</div> </div>
@@ -85,8 +78,10 @@ async function handleLogout() {
background: transparent; background: transparent;
} }
.brand-mark { .brand-mark {
width: 26px; height: 28px;
height: 26px; width: auto;
max-width: 38px;
object-fit: contain;
flex-shrink: 0; flex-shrink: 0;
} }
.brand-text { .brand-text {