Skip to content

Commit b0d38dc

Browse files
committed
오타수정
1 parent 05e38e9 commit b0d38dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/Header/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ interface Props {
2727

2828
const drawerWidth = window.innerWidth * 0.7;
2929
const navItems = [
30-
{ name: "커뮤니티", path: "/comunity", permission: "" },
30+
{ name: "커뮤니티", path: "/community", permission: "" },
3131
{ name: "빌더", path: "/builder/intro", permission: "" },
3232
{ name: "러너", path: "/runner/intro", permission: "" },
3333
{ name: "빙고", path: "/bingo", permission: "" },

0 commit comments

Comments
 (0)