Removed header logo image
Eliminated the logo from the header by removing the anchor+img block in src/components/Header.tsx to simplify the top navigation. X-Lovable-Edit-ID: edt-d1769964-736d-405e-8459-4d453050fe2a
This commit is contained in:
@@ -4,13 +4,6 @@ const Header = () => {
|
||||
return (
|
||||
<header className="fixed top-0 left-0 right-0 z-50 bg-background/95 backdrop-blur-sm border-b border-border">
|
||||
<div className="px-6 py-3 flex items-center justify-between">
|
||||
<a href="#" className="flex items-center">
|
||||
<img
|
||||
src={logoImage}
|
||||
alt="Lennart Svensson Konditorivaror"
|
||||
className="h-16 w-auto"
|
||||
/>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user