From 9304aa1ca6fd3cabde255367c0675f9fd6c35500 Mon Sep 17 00:00:00 2001 From: Utsav Ladia <124615886+Utsavladia@users.noreply.github.com> Date: Thu, 8 Aug 2024 19:01:54 +0530 Subject: [PATCH] Fixed navbar at top (#434) * Fixed navbar at top * blur navbar * Navbar changed to blur mode * fix: Update layout.tsx * fixed gap --------- Co-authored-by: Ashutosh Rath --- components/navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/navbar.tsx b/components/navbar.tsx index 6189bee..3350ff8 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -15,7 +15,7 @@ export default async function Navbar() { const { data } = await supabase.auth.getUser(); return ( -