mirror of
https://github.com/Snigdha-OS/package-browser.git
synced 2025-09-17 18:15:02 +02:00
🐛 fix(bg): from static to dynamic
This commit is contained in:
@@ -3,10 +3,15 @@ import { Logo } from './Logo';
|
|||||||
|
|
||||||
export function Header() {
|
export function Header() {
|
||||||
return (
|
return (
|
||||||
<header className="bg-gradient-to-r from-nord-9 to-nord-10 text-nord-6 shadow-lg">
|
<header className="bg-gradient-to-r from-nord-9 to-nord-8 via-nord-10 text-nord-6 shadow-lg">
|
||||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-6">
|
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
|
{/* Logo Section */}
|
||||||
|
<div className="flex items-center gap-4">
|
||||||
<Logo />
|
<Logo />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{/* Theme Toggle with Button Styling */}
|
||||||
<ThemeToggle />
|
<ThemeToggle />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user