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 9a59328 commit f0cdee6Copy full SHA for f0cdee6
src/layouts/Header.tsx
@@ -24,7 +24,7 @@ const Header = () => {
24
<FlareRoundedIcon className="h-6 w-6 text-white" onClick={toggleTheme} />
25
)}
26
<NotificationButton />
27
- <Link to="/mypage">
+ <Link to="/mypage" aria-label="마이페이지로 이동">
28
<PersonIcon className="h-6 w-6 text-white" />
29
</Link>
30
</div>
0 commit comments