Skip to content

Commit e187de6

Browse files
authored
Nav Bar change
1 parent 2672793 commit e187de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Frontend/src/pages/LandingPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export default function LandingPage() {
276276
{showDemo && <DemoModal onClose={() => setShowDemo(false)} />}
277277

278278
{/* ==================== NAV ==================== */}
279-
<nav className="fixed top-0 left-0 right-0 z-50 bg-gray-900/30 backdrop-blur-md border-b-[0.5px] border-gray-100/50 shadow-sm">
279+
<nav className="sticky top-0 z-50 bg-white/90 backdrop-blur-md border-b border-gray-100 shadow-sm">
280280
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
281281
<div className="flex justify-between items-center h-16">
282282
{/* Logo */}

0 commit comments

Comments
 (0)