Seed: blog template (17 files)

This commit is contained in:
2026-07-23 22:56:20 +00:00
parent bec41ccccb
commit 361326c729
+1 -1
View File
@@ -23,7 +23,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-white/95 backdrop-blur-lg border-b border-stone-100 shadow-sm"
: "bg-white/80 backdrop-blur-sm"