Skip to content

Commit

Permalink
remove forced style from scaffold-eth#510
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Oct 7, 2023
1 parent 3b771e8 commit baeb69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
</Link>
Expand Down

0 comments on commit baeb69d

Please sign in to comment.