adding pilot

This commit is contained in:
2024-08-18 06:54:47 -05:00
parent 5f8b1d3a42
commit d187fa946f
2 changed files with 18 additions and 16 deletions

View File

@@ -14,7 +14,8 @@ const Pilots: React.FC<unknown> = () => {
};
return (
<Card className="mt-6 px-6">
<Card className="mt-6 px-6 py-6">
<div className="grid grid-cols-1 gap-4">
<Typography variant="h3">Pilots</Typography>
<Button
className="flex items-center gap-3"
@@ -30,6 +31,7 @@ const Pilots: React.FC<unknown> = () => {
isDrawerOpen={isDrawerOpen}
onOpenCloseDrawer={onOpenCloseDrawer}
/>
</div>
</Card>
);
};

View File

@@ -35,7 +35,7 @@ const SiteNav: React.FC<SiteNavProps> = ({
];
return (
<Navbar>
<Navbar className="mt-6">
<NavbarBrand>
<img height={40} width={40} src="noahspan-logo.png" />{' '}
<PlaneIcon size="2x" />