From 8bf5fbc5bc217460c4ba3babe72d5c5eb340a435 Mon Sep 17 00:00:00 2001 From: Aditya30ag Date: Wed, 23 Jul 2025 19:49:15 +0530 Subject: [PATCH] feat(ui): Imporve the ui of the navbar --- LandingPage/src/components/Header.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LandingPage/src/components/Header.tsx b/LandingPage/src/components/Header.tsx index 4616b47..1c8fd77 100644 --- a/LandingPage/src/components/Header.tsx +++ b/LandingPage/src/components/Header.tsx @@ -7,7 +7,7 @@ const Header = () => { initial={{ opacity: 0, y: -20 }} animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.6 }} - className="w-full z-50 sticky top-0 backdrop-blur-md bg-white/10 border-b border-white/10" + className="w-full z-50 sticky top-0 backdrop-blur-md bg-gradient-to-r from-black/80 via-purple-900/30 to-pink-900/30 border-b border-purple-500/20" >
{ transition={{ delay: 0.3 }} > - InpactAI + InpactAI