Seed: developer-tools template (15 files)
This commit is contained in:
@@ -73,7 +73,7 @@ export default function Header() {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<header className={`fixed top-0 inset-x-0 z-50 transition-all duration-300 \${
|
||||
<header className={`fixed top-0 inset-x-0 z-50 transition-all duration-300 ${
|
||||
scrolled
|
||||
? "bg-slate-950/95 backdrop-blur-lg border-b border-slate-800 shadow-lg shadow-black/20"
|
||||
: "bg-transparent"
|
||||
|
||||
Reference in New Issue
Block a user