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 229b7ce7c8 - Show all commits

View File

@@ -144,7 +144,7 @@ const Pilots: React.FC<unknown> = () => {
]; ];
return ( return (
<div className="grid grid-cols-1 gap-4"> <div className="grid grid-cols-1 gap-4 block w-full rounded-xl py-4 px-8 shadow-md backdrop-saturate-200 backdrop-blur-2xl bg-opacity-80 border border-white/80 bg-white text-white mt-6">
<div className="col-span-1"> <div className="col-span-1">
<Typography variant="h2">Pilots</Typography> <Typography variant="h2">Pilots</Typography>
</div> </div>