Skip to content

Commit c17c11b

Browse files
committed
perf: 홈 페이지 header에서 마이페이지로 이동하는 link에 aria-label 추가
1 parent c01350f commit c17c11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Home/components/HomeHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const HomeHeader = () => {
1919
<FlareRoundedIcon className="h-6 w-6 text-white" onClick={toggleTheme} />
2020
)}
2121
<NotificationButton />
22-
<Link to="/mypage">
22+
<Link to="/mypage" aria-label="마이페이지로 이동">
2323
<PersonIcon className="h-6 w-6 text-white" />
2424
</Link>
2525
</div>

0 commit comments

Comments
 (0)