We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01350f commit c17c11bCopy full SHA for c17c11b
src/pages/Home/components/HomeHeader.tsx
@@ -19,7 +19,7 @@ const HomeHeader = () => {
19
<FlareRoundedIcon className="h-6 w-6 text-white" onClick={toggleTheme} />
20
)}
21
<NotificationButton />
22
- <Link to="/mypage">
+ <Link to="/mypage" aria-label="마이페이지로 이동">
23
<PersonIcon className="h-6 w-6 text-white" />
24
</Link>
25
</div>
0 commit comments