diff --git a/packages/nextjs/components/Header.tsx b/packages/nextjs/components/Header.tsx index dbcd11134..482c89aec 100644 --- a/packages/nextjs/components/Header.tsx +++ b/packages/nextjs/components/Header.tsx @@ -18,7 +18,7 @@ const NavLink = ({ href, children }: { href: string; children: React.ReactNode } passHref className={`${ isActive ? "bg-secondary shadow-md" : "" - } hover:bg-secondary hover:shadow-md focus:!bg-secondary active:!text-neutral py-1.5 px-3 text-sm rounded-full gap-2 grid grid-flow-col`} + } hover:bg-secondary hover:shadow-md focus:!bg-secondary py-1.5 px-3 text-sm rounded-full gap-2`} > {children}