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 498bf5455c - Show all commits

View File

@@ -2,7 +2,7 @@ import React, { FC } from "react";
import { Button, HStack, Link } from "@chakra-ui/react";
import navItems, { NavItem } from "./navItems";
const DesktopNav: FC<DesktopNavProps> = () => {
const DesktopNav = (): JSX.Element => {
return (
<HStack
as="nav"