Skip to content

Commit

Permalink
fix: removed typo around a className
Browse files Browse the repository at this point in the history
  • Loading branch information
Joesph Chrysanthopoulos authored and Joesph Chrysanthopoulos committed Apr 1, 2022
1 parent 8a7ddd6 commit d3fcd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navbar/NavbarLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const NavbarLink: FC<NavbarLinkProps> = ({ active, disabled, href, childr
<a
href={href}
className={classNames('block py-2 pr-4 pl-3 md:p-0', {
'md:text-blue-700" bg-blue-700 text-white dark:text-white md:bg-transparent': active,
'bg-blue-700 text-white dark:text-white md:bg-transparent md:text-blue-700': active,
'border-b border-gray-100 text-gray-700 hover:bg-gray-50 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white md:border-0 md:hover:bg-transparent md:hover:text-blue-700 md:dark:hover:bg-transparent md:dark:hover:text-white':
!active,
})}
Expand Down

0 comments on commit d3fcd0f

Please sign in to comment.