From b20e15909e8c441734cb2fa35e70bcd24f0c0835 Mon Sep 17 00:00:00 2001 From: Maaz Date: Sun, 15 Jun 2025 14:33:38 -0500 Subject: [PATCH] feat: add Entrepreneurship section to navigation and update layout --- src/App.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 96c127d..6e94a0a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -162,14 +162,14 @@ const App = () => {
{" "} -
-
+
{[ "About", "Academic", "Tech", "Leadership", "Athletics", + "Entrepreneurship", "Reviews", ].map((item) => (
- - - {/* Entrepreneurship Section */} + {/* Entrepreneurship Section */}