From 5951d5e45ea9dfab677e1f617775a6423c39ba57 Mon Sep 17 00:00:00 2001 From: Kyle Calica Date: Fri, 30 Aug 2024 12:42:09 -0700 Subject: [PATCH] removed requirements in navigation.tsx --- constants/navigation.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/constants/navigation.tsx b/constants/navigation.tsx index 519285a..e7f8636 100644 --- a/constants/navigation.tsx +++ b/constants/navigation.tsx @@ -72,11 +72,6 @@ export const menu = [ id: "1", title: "Merit Badges", url: "/merit-badges", - }, - { - id: "2", - title: "Merit Badge Requirements", - url: "/requirements", } ] }, @@ -110,4 +105,4 @@ export const menu = [ ], }, -]; \ No newline at end of file +];