Skip to content

Commit 1a0039a

Browse files
committed
refactor: 접근성개성 리뷰반영
1 parent 47fe26c commit 1a0039a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/components/common/admin/sidebar/AdminSidebar.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ export default function AdminSidebar() {
2323
<S.SidebarContainer>
2424
<S.SidebarLogoWrapper>
2525
<S.SidebarLogoImg src={logo} alt='logo' />
26-
<S.LogoutButton type='button' onClick={handleClickLogout}>
26+
<S.LogoutButton
27+
type='button'
28+
onClick={handleClickLogout}
29+
aria-label='관리자 로그아웃'
30+
title='로그아웃'
31+
>
2732
<S.LogoutImg src={logoutIcon} alt='logout icon' />
2833
<S.LogoutSpan>Logout</S.LogoutSpan>
2934
</S.LogoutButton>

0 commit comments

Comments
 (0)