Skip to content

Commit e3f6b64

Browse files
committed
[docs]미 사용 파일 삭제
1 parent e5fe975 commit e3f6b64

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/domains/mypage/main/MyNav.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,8 @@ function MyNav() {
4646
const subIndex = SUB_TABMENU.findIndex((opt) => pathname.startsWith(opt.href));
4747
const isSubActive = subIndex === -1 ? 0 : subIndex;
4848

49-
50-
5149
return (
5250
<section aria-labelledby="mypage-tabs" className=" mt-6 md:mt-1 flex flex-col gap-3">
53-
5451
<h2 id="mypage-tabs" className="sr-only">
5552
마이페이지 탭 메뉴
5653
</h2>

0 commit comments

Comments
 (0)