diff --git a/frontend/src/components/SatelliteResponsiveTable.tsx b/frontend/src/components/SatelliteResponsiveTable.tsx
index 8531d4c..5925910 100644
--- a/frontend/src/components/SatelliteResponsiveTable.tsx
+++ b/frontend/src/components/SatelliteResponsiveTable.tsx
@@ -42,16 +42,24 @@ export default function SatelliteResponsiveTable({
: "Here are some satellites currently being worked on."}
-
+
Name
{inOrbit ? (
<>
- Velocity
- Altitude
- Latitude
- Longitude
+
+ Velocity
+
+
+ Altitude
+
+
+ Latitude
+
+
+ Longitude
+
>
) : (
Mission Status
diff --git a/frontend/src/components/satelliteData/SatelliteStatsTableRow.tsx b/frontend/src/components/satelliteData/SatelliteStatsTableRow.tsx
index 4327f81..7be2aea 100644
--- a/frontend/src/components/satelliteData/SatelliteStatsTableRow.tsx
+++ b/frontend/src/components/satelliteData/SatelliteStatsTableRow.tsx
@@ -38,7 +38,9 @@ export default function SatelliteStatsTableRow({
return (
{satName}
- Loading...
+
+ Loading...
+
Loading...
Loading...
Loading...
@@ -55,7 +57,7 @@ export default function SatelliteStatsTableRow({
}}
>
{satName}
-
+
{satelliteInfo.velocity} km/s