Upgrading packages

This commit is contained in:
Lucid Kobold
2021-11-20 16:23:59 -06:00
parent 67bb129ac1
commit a7da4ac6f6
5 changed files with 96 additions and 96 deletions

View File

@@ -1,4 +1,4 @@
import React, { FC } from "react";
import React from "react";
import { Button, HStack, Link } from "@chakra-ui/react";
import navItems, { NavItem } from "./navItems";

View File

@@ -80,8 +80,8 @@ const Header = (): JSX.Element => {
open
? "brand.main"
: transparentNavbar
? "rgba(49, 56, 220, 0.9)"
: "brand.main"
? "rgba(49, 56, 220, 0.9)"
: "brand.main"
}
transition=".5s ease"
borderRadius="0px 0px 10px 10px"

View File

@@ -36,7 +36,7 @@ const MobileNav: FC<MobileNavProps> = ({ updateOpen }: MobileNavProps) => {
backgroundColor: "none",
}}
_focus={{
backgroundColor: "none"
backgroundColor: "none",
}}
>
<Link onClick={() => updateOpen(false)} href={navItem[1]}>