로그아웃 아이콘 교체
This commit is contained in:
@@ -51,7 +51,15 @@
|
||||
|
||||
<div class="header-actions">
|
||||
<button id="user-badge" class="ghost-button ghost-button-soft user-chip" type="button"></button>
|
||||
<button id="logout-btn" class="ghost-button icon-button" type="button" title="로그아웃" aria-label="로그아웃">↗</button>
|
||||
<button id="logout-btn" class="ghost-button icon-button" type="button" title="로그아웃" aria-label="로그아웃">
|
||||
<svg viewBox="0 0 24 24" aria-hidden="true">
|
||||
<path d="M15 3h-4a2 2 0 0 0-2 2v3" />
|
||||
<path d="M10 17v2a2 2 0 0 0 2 2h3" />
|
||||
<path d="M21 12H9" />
|
||||
<path d="m16 7 5 5-5 5" />
|
||||
<path d="M3 5h8v14H3z" />
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user