Upgrade chakra, react, react dom, types react and refactored after upgrades.

This commit is contained in:
Lucid Kobold
2022-05-21 21:06:21 -05:00
parent 368c25803b
commit 2dce432ced
7 changed files with 587 additions and 648 deletions

View File

@@ -6,7 +6,7 @@ const DesktopNav = (): JSX.Element => {
return (
<HStack
as="nav"
d={{ base: "none", lg: "flex" }}
display={{ base: "none", lg: "flex" }}
h="auto"
w="auto"
spacing={4}