logo
This commit is contained in:
parent
c76613dcb5
commit
507a1b6d01
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,8 @@ export const HeaderClient: React.FC<{ data: Header }> = ({ data }) => {
|
|||
<div className="container">
|
||||
<div className="py-5 flex justify-between items-center">
|
||||
<Link href="/">
|
||||
<Logo loading="eager" priority="high" className="invert dark:invert-0" />
|
||||
{/* Remove "invert dark:invert-0" and let your Logo component handle theme colors internally */}
|
||||
<Logo loading="eager" priority="high" />
|
||||
</Link>
|
||||
|
||||
{/* Desktop nav */}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue