From d148ffc01f77c4c6f97abc46a4d84bcaf0d3860f Mon Sep 17 00:00:00 2001 From: wkim10 Date: Fri, 19 Apr 2024 13:15:14 -0400 Subject: [PATCH] Add shadow to navbar --- src/app/public/page.tsx | 2 +- src/components/Navbar.tsx | 2 +- src/components/Sidebar.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/public/page.tsx b/src/app/public/page.tsx index 2d8e74ce..378b9c41 100644 --- a/src/app/public/page.tsx +++ b/src/app/public/page.tsx @@ -11,7 +11,7 @@ const HomePage = () => { return (
-
+
{/* Hero Section and Action Items Buttons */}
logo diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index fc20d302..5e13cb53 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -46,7 +46,7 @@ const Navbar = () => { }, []); return ( -