Skip to content

Commit

Permalink
removed requirements in navigation.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
stcalica authored Aug 30, 2024
1 parent e25ac20 commit 5951d5e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions constants/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ export const menu = [
id: "1",
title: "Merit Badges",
url: "/merit-badges",
},
{
id: "2",
title: "Merit Badge Requirements",
url: "/requirements",
}
]
},
Expand Down Expand Up @@ -110,4 +105,4 @@ export const menu = [
],
},

];
];

0 comments on commit 5951d5e

Please sign in to comment.