diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index c6f01ac..0cda91a 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -23,21 +23,16 @@ export default async function Home() { return ( <> -
{satelliteInfo ? satelliteInfo.velocity + " km/s" @@ -51,7 +51,7 @@ export default function SatelliteDataHome() {
Velocity
{satelliteInfo ? satelliteInfo.altitude + " km" @@ -59,7 +59,7 @@ export default function SatelliteDataHome() {
Altitude
{satelliteInfo ? satelliteInfo.latitudeDeg + "° N" @@ -67,7 +67,7 @@ export default function SatelliteDataHome() {
Latitude
{satelliteInfo ? satelliteInfo.longitudeDeg + "° E" @@ -77,7 +77,7 @@ export default function SatelliteDataHome() {
{satelliteInfo