From 2e6b256f01a5ae120490ef9f85ffad9550cb46f3 Mon Sep 17 00:00:00 2001 From: Mads Hermansen <119772939+madshermansen@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:45:52 +0200 Subject: [PATCH] feat(frontend): :sparkles: Add contact link to Footer component (#237) * feat(frontend): :sparkles: Add contact link to Footer component * refactor(frontend): :sparkles: Update globe image URL in newGlobe.tsx --- frontend/src/components/Footer.tsx | 6 ++++++ frontend/src/components/map/newGlobe.tsx | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index b1f9223..0336fed 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -35,6 +35,12 @@ export default function Footer() { > Youtube + + Contact +

© 2021 NTNU Small Satellite Lab

diff --git a/frontend/src/components/map/newGlobe.tsx b/frontend/src/components/map/newGlobe.tsx index 304ac06..b84b199 100644 --- a/frontend/src/components/map/newGlobe.tsx +++ b/frontend/src/components/map/newGlobe.tsx @@ -25,7 +25,7 @@ export default function SatelliteGlobe() { globeRef.current = Globe()(chart.current) .globeImageUrl( "//unpkg.com/three-globe/example/img/earth-blue-marble.jpg", - )/*.backgroundImageUrl( + ) /*.backgroundImageUrl( "//unpkg.com/three-globe/example/img/night-sky.png", )*/ .objectLat("lat")