adding pilot
This commit is contained in:
@@ -14,7 +14,8 @@ const Pilots: React.FC<unknown> = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
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>
|
<Typography variant="h3">Pilots</Typography>
|
||||||
<Button
|
<Button
|
||||||
className="flex items-center gap-3"
|
className="flex items-center gap-3"
|
||||||
@@ -30,6 +31,7 @@ const Pilots: React.FC<unknown> = () => {
|
|||||||
isDrawerOpen={isDrawerOpen}
|
isDrawerOpen={isDrawerOpen}
|
||||||
onOpenCloseDrawer={onOpenCloseDrawer}
|
onOpenCloseDrawer={onOpenCloseDrawer}
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ const SiteNav: React.FC<SiteNavProps> = ({
|
|||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Navbar>
|
<Navbar className="mt-6">
|
||||||
<NavbarBrand>
|
<NavbarBrand>
|
||||||
<img height={40} width={40} src="noahspan-logo.png" />{' '}
|
<img height={40} width={40} src="noahspan-logo.png" />{' '}
|
||||||
<PlaneIcon size="2x" />
|
<PlaneIcon size="2x" />
|
||||||
|
|||||||
Reference in New Issue
Block a user