Seed: travel template (16 files)
This commit is contained in:
@@ -23,7 +23,7 @@ export default function Header() {
|
||||
];
|
||||
|
||||
return (
|
||||
<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-sm" : "bg-transparent"}`}>
|
||||
<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-sm" : "bg-transparent"}`}>
|
||||
<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-bold tracking-wide text-white">
|
||||
<Globe className="h-5 w-5 text-cyan-400" />
|
||||
|
||||
Reference in New Issue
Block a user