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 05e38e9 commit b0d38dcCopy full SHA for b0d38dc
src/modules/Header/Header.tsx
@@ -27,7 +27,7 @@ interface Props {
27
28
const drawerWidth = window.innerWidth * 0.7;
29
const navItems = [
30
- { name: "커뮤니티", path: "/comunity", permission: "" },
+ { name: "커뮤니티", path: "/community", permission: "" },
31
{ name: "빌더", path: "/builder/intro", permission: "" },
32
{ name: "러너", path: "/runner/intro", permission: "" },
33
{ name: "빙고", path: "/bingo", permission: "" },
0 commit comments