Skip to content

Commit

Permalink
feat: 과제 페이지 롤백 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeieunYoo authored Sep 4, 2024
1 parent bf99a84 commit ae4405a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/client/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Navbar = async () => {
alt={menu.alt}
href={menu.href}
imageUrl={menu.imageUrl}
items={menu.items}
//items={menu.items}
key={menu.name}
name={menu.name}
/>
Expand Down
16 changes: 8 additions & 8 deletions apps/client/constants/navMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ export const navMenu = [
imageUrl: homeImageUrl,
alt: "home-icon",
name: "나의 스터디",
items: [
{
href: "my-assignment",
imageUrl: folderImageUrl,
alt: "folder-icon",
name: "나의 과제",
},
],
// items: [
// {
// href: "my-assignment",
// imageUrl: folderImageUrl,
// alt: "folder-icon",
// name: "나의 과제",
// },
// ],
},
{
href: "/study-apply",
Expand Down

0 comments on commit ae4405a

Please sign in to comment.