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 bdb9d5af2d - Show all commits

View File

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