feat(ui): 헤더 브랜드 로고를 </> (codeslash)로 변경

기존 code 아이콘(<>)은 슬래시가 없어 로그인창 </> 로고와 불일치.
박스 없이 헤더 색 상속하는 codeslash 아이콘 추가해 헤더에 적용.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
0310700
2026-06-30 14:51:51 +09:00
parent 096f7fbbcb
commit fdfd7dca98
2 changed files with 3 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
<header class="hdr">
<div class="hdr-inner">
<a class="brand" href="/" id="brandLink">
<span class="brand-mark"><%- icon("code", { size: 22 }) %></span>
<span class="brand-mark"><%- icon("codeslash", { size: 22 }) %></span>
<span class="brand-name"><%= brand %></span>
<span class="brand-sub">사내 개발 포털</span>
</a>