Seed: developer-tools template (15 files)

This commit is contained in:
2026-07-23 23:02:16 +00:00
parent 7b44b201c2
commit c21d9f6e96
+1 -1
View File
@@ -73,7 +73,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-slate-950/95 backdrop-blur-lg border-b border-slate-800 shadow-lg shadow-black/20" ? "bg-slate-950/95 backdrop-blur-lg border-b border-slate-800 shadow-lg shadow-black/20"
: "bg-transparent" : "bg-transparent"