From c73d54f25b65d0f4fa2e38db61fb30f7e0db06f6 Mon Sep 17 00:00:00 2001 From: moonlightnexus <68702919+moonlightnexus@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:17:19 +0530 Subject: [PATCH] Revert "made navbar non sticky and fixed blur bug" --- src/components/Navbar.tsx | 4 ++-- src/styles/globals.css | 21 +++++++-------------- 2 files changed, 9 insertions(+), 16 deletions(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index c8936ee..067b735 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -56,7 +56,7 @@ const ExternalLinks = () => ( function Navbar() { return ( <> -