Feature/4 pilots add #20

Merged
noahspannbauer merged 64 commits from feature/4-pilots---add into main 2024-09-23 21:52:59 -04:00
Showing only changes of commit b0f46c0ed6 - Show all commits

View File

@@ -11,7 +11,7 @@ import {
NavbarLinks, NavbarLinks,
NavbarMenu, NavbarMenu,
NavbarItemProps, NavbarItemProps,
Plane, PlaneIcon,
Typography Typography
} from '@noahspan/noahspan-components'; } from '@noahspan/noahspan-components';
import { useIsAuthenticated } from '@azure/msal-react'; import { useIsAuthenticated } from '@azure/msal-react';
@@ -38,7 +38,7 @@ const SiteNav: React.FC<SiteNavProps> = ({
<Navbar> <Navbar>
<NavbarBrand> <NavbarBrand>
<img height={40} width={40} src="noahspan-logo.png" />{' '} <img height={40} width={40} src="noahspan-logo.png" />{' '}
<Plane size="2x" /> <PlaneIcon size="2x" />
</NavbarBrand> </NavbarBrand>
<NavbarLinks items={navItems} /> <NavbarLinks items={navItems} />
<NavbarMenu> <NavbarMenu>