From 6f19d42dd65f0fe8edfa3da92a54dfa2ac08aa8d Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Thu, 7 Dec 2023 23:18:20 +0900 Subject: [PATCH] chore: remove team and challenges from the bu page --- src/pages/[bu].tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/[bu].tsx b/src/pages/[bu].tsx index a1e8d7f..a43dcbc 100644 --- a/src/pages/[bu].tsx +++ b/src/pages/[bu].tsx @@ -19,9 +19,7 @@ export const BUMenuBar = [ 'Testimonials', 'About', 'Milestones', - 'Team', 'Jobs', - 'Challenges', 'Media', ]