This commit is contained in:
Mackie 2026-06-05 19:07:03 +08:00
parent c76613dcb5
commit 507a1b6d01

View file

@ -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 */}