We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806380e commit 76c15aaCopy full SHA for 76c15aa
frontend/src/components/Navbar.tsx
@@ -12,7 +12,7 @@ const Navbar = () => {
12
}, []);
13
14
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">
+ <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">
16
<Link href="/">
17
<Image
18
src="/assets/csesoc_logo.svg"
0 commit comments