Skip to content

Commit

Permalink
오타수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mksoo committed Jul 13, 2024
1 parent 05e38e9 commit b0d38dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ interface Props {

const drawerWidth = window.innerWidth * 0.7;
const navItems = [
{ name: "커뮤니티", path: "/comunity", permission: "" },
{ name: "커뮤니티", path: "/community", permission: "" },
{ name: "빌더", path: "/builder/intro", permission: "" },
{ name: "러너", path: "/runner/intro", permission: "" },
{ name: "빙고", path: "/bingo", permission: "" },
Expand Down

0 comments on commit b0d38dc

Please sign in to comment.