From 77a78dabace4ea686274fce75f43c8370bfc2fe7 Mon Sep 17 00:00:00 2001 From: louis Date: Mon, 19 May 2025 22:03:32 +0800 Subject: [PATCH] Updated navbar to sticky with frosted glass background --- frontend/src/components/Landing/index.tsx | 4 ++-- frontend/src/components/Layout.tsx | 2 +- frontend/src/components/Navbar.tsx | 2 +- frontend/src/pages/404.tsx | 2 +- frontend/src/pages/events.tsx | 2 +- frontend/src/pages/index.tsx | 12 +++++++----- 6 files changed, 13 insertions(+), 11 deletions(-) diff --git a/frontend/src/components/Landing/index.tsx b/frontend/src/components/Landing/index.tsx index ce04867..231aa6f 100644 --- a/frontend/src/components/Landing/index.tsx +++ b/frontend/src/components/Landing/index.tsx @@ -4,10 +4,10 @@ import Navbar from '@/components/Navbar'; const Landing = () => { return (
- +
diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index 3f25de9..7dee43d 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -4,7 +4,7 @@ import React from 'react'; const Layout = ({ children }: { children: React.ReactNode }) => { return ( -
+
{children}