Nav #4

Merged
LucidKobold merged 5 commits from nav into main 2021-11-16 03:47:12 -05:00
6 changed files with 176 additions and 184 deletions
Showing only changes of commit 5d55060d04 - Show all commits

View File

@@ -35,6 +35,9 @@ const MobileNav: FC<MobileNavProps> = ({ updateOpen }: MobileNavProps) => {
_hover={{ _hover={{
backgroundColor: "none", backgroundColor: "none",
}} }}
_focus={{
backgroundColor: "none"
}}
> >
<Link onClick={() => updateOpen(false)} href={navItem[1]}> <Link onClick={() => updateOpen(false)} href={navItem[1]}>
{index === 0 ? <MenuDivider /> : <Fragment></Fragment>} {index === 0 ? <MenuDivider /> : <Fragment></Fragment>}