Skip to content

Commit 76c15aa

Browse files
committed
very minor change to navbar look
1 parent 806380e commit 76c15aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const Navbar = () => {
1212
}, []);
1313

1414
return (
15-
<nav className="sticky top-0 flex justify-between items-center relative z-10 shadow-lg rounded-md bg-white/15 backdrop-blur-md xl:px-24 md:px-10 px-5 py-6">
15+
<nav className="sticky top-0 flex justify-between items-center relative z-10 shadow-lg rounded-md bg-black/15 backdrop-blur-md xl:px-24 md:px-10 px-5 py-6">
1616
<Link href="/">
1717
<Image
1818
src="/assets/csesoc_logo.svg"

0 commit comments

Comments
 (0)