From ae8e407bce2724d2b39eeeceef45378ff8cae1e2 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sun, 1 Sep 2024 20:37:07 -0500 Subject: [PATCH] adding pilot --- app/src/components/pilots/Pilots.tsx | 36 ++++++++++++++-------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/app/src/components/pilots/Pilots.tsx b/app/src/components/pilots/Pilots.tsx index 5844286..d64e56a 100644 --- a/app/src/components/pilots/Pilots.tsx +++ b/app/src/components/pilots/Pilots.tsx @@ -144,29 +144,29 @@ const Pilots: React.FC = () => { ]; return ( -
-
- Pilots + <> +
+
+ Pilots +
+
+ +
+
-
- -
- - -
-
+ ); };