Skip to content

Commit f0cdee6

Browse files
committed
perf: Header 접근성 향상
1 parent 9a59328 commit f0cdee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const Header = () => {
2424
<FlareRoundedIcon className="h-6 w-6 text-white" onClick={toggleTheme} />
2525
)}
2626
<NotificationButton />
27-
<Link to="/mypage">
27+
<Link to="/mypage" aria-label="마이페이지로 이동">
2828
<PersonIcon className="h-6 w-6 text-white" />
2929
</Link>
3030
</div>

0 commit comments

Comments
 (0)