Seed: music template (13 files)

This commit is contained in:
2026-07-23 22:59:56 +00:00
parent b42b36d4d0
commit 3133816b9f
+1 -1
View File
@@ -23,7 +23,7 @@ export default function Header() {
]; ];
return ( return (
<header className={`fixed top-0 inset-x-0 z-50 transition-all duration-300 \${scrolled ? "bg-slate-950/90 backdrop-blur-lg border-b border-purple-900/30 shadow-lg" : "bg-transparent"}`}> <header className={`fixed top-0 inset-x-0 z-50 transition-all duration-300 ${scrolled ? "bg-slate-950/90 backdrop-blur-lg border-b border-purple-900/30 shadow-lg" : "bg-transparent"}`}>
<div className="mx-auto max-w-7xl flex items-center justify-between px-6 py-4"> <div className="mx-auto max-w-7xl flex items-center justify-between px-6 py-4">
<Link to="/" className="flex items-center gap-2 text-lg font-black tracking-tight text-white"> <Link to="/" className="flex items-center gap-2 text-lg font-black tracking-tight text-white">
<Music className="h-5 w-5 text-purple-400" /> <Music className="h-5 w-5 text-purple-400" />