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 af7d10a commit 29a8d0aCopy full SHA for 29a8d0a
src/components/layout/NavBar.tsx
@@ -45,8 +45,8 @@ const NavBar = () => {
45
return (
46
<nav
47
className={clsx(
48
- "fixed top-0 left-0 right-0 z-50 transition-shadow",
49
- scroll && "bg-background-light-10 dark:bg-background-dark-90 shadow-xl",
+ "fixed top-0 left-0 right-0 z-50 transition-shadow bg-background-light-10 dark:bg-background-dark-90",
+ scroll && "shadow-xl",
50
)}
51
>
52
<div className="max-w-7xl flex flex-row items-center mx-auto px-4 py-2 gap-2">
0 commit comments