We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b30643 commit aba71e4Copy full SHA for aba71e4
1 file changed
website/src/components/Navbar.tsx
@@ -12,7 +12,7 @@ export default function Navbar() {
12
const isActive = (href: string) => pathname === href;
13
14
return (
15
- <nav className="flex items-center justify-between px-8 py-4 w-full sticky top-0 z-50 bg-white/90 backdrop-blur-md border-b border-gray-100 transition-all">
+ <nav className="flex items-center justify-between px-8 py-4 w-full sticky top-0 z-50 bg-white/95 backdrop-blur-md border-b border-gray-100 transition-all">
16
<div className="flex items-center gap-2">
17
<Link href="/" className="text-dark text-xl font-bold flex items-center gap-2 group">
18
<div className="w-8 h-8 rounded-lg bg-brand text-white flex items-center justify-center group-hover:scale-105 transition-transform shadow-sm">
0 commit comments