File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export default function MenuButton() {
5353 < EditNoteRoundedIcon fontSize = "medium" />
5454 </ Link >
5555
56- < div
56+ < button
5757 className = { twMerge (
5858 'bg-primary-3 fixed bottom-[30px] z-30 flex h-13 w-13 content-center items-center justify-center rounded-full text-white transition-all duration-200 hover:scale-105 active:scale-90' ,
5959 isOpen ? 'rotate-90' : 'rotate-0' ,
@@ -62,7 +62,7 @@ export default function MenuButton() {
6262 aria-label = "메뉴 열기"
6363 >
6464 < MenuRoundedIcon />
65- </ div >
65+ </ button >
6666 </ div >
6767 </ >
6868 ) ;
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments