Seed: blog template (17 files)
This commit is contained in:
@@ -23,7 +23,7 @@ export default function Header() {
|
|||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
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
|
scrolled
|
||||||
? "bg-white/95 backdrop-blur-lg border-b border-stone-100 shadow-sm"
|
? "bg-white/95 backdrop-blur-lg border-b border-stone-100 shadow-sm"
|
||||||
: "bg-white/80 backdrop-blur-sm"
|
: "bg-white/80 backdrop-blur-sm"
|
||||||
|
|||||||
Reference in New Issue
Block a user