From 20c991731c0de9f4602c83e0d59f3fe126238b15 Mon Sep 17 00:00:00 2001 From: eshanized Date: Mon, 6 Jan 2025 19:34:20 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20style:=20add=20animated=20effects?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/Navbar.tsx | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/src/components/layout/Navbar.tsx b/src/components/layout/Navbar.tsx index 3108e07f..c9ce3830 100644 --- a/src/components/layout/Navbar.tsx +++ b/src/components/layout/Navbar.tsx @@ -8,8 +8,8 @@ function Logo() { return ( - - + + ); } @@ -19,23 +19,25 @@ export function Navbar() { const location = useLocation(); return ( -