-
-
-
-
-
Buy groceries
+ {missions.map((mission, index) => (
+
+
+
+
+
+
+ {mission.name}
+
+
-
-
-
-
-
-
-
-
Clean the house
-
-
-
- {/*
-
- */}
->
- )
+ ))}
+
+ >
+ );
}
function LinkIcon(props) {
diff --git a/components/Modals/rover-interface.tsx b/components/Modals/rover-interface.tsx
index 5e84dfa5..d38a2a68 100644
--- a/components/Modals/rover-interface.tsx
+++ b/components/Modals/rover-interface.tsx
@@ -466,6 +466,122 @@ export function RoverInterfaceDark() {
);
};
+export function RoverInterfaceDarkMobile() {
+ return (
+
+
+
+
Planet Name
+
+
ROVER #1 (Allow user to customise name)
+
+
+
MISSION DAY
+
SOL #3039
+
Time: 2:36 pm
+
+
+
SUNRISE
+
6:37 am
+
SUNSET
+
6:35 pm
+
+
+
+
+
+
PRESSURE
+
+
+ 827 Pa
+
+
+
+
+
+
TEMPERATURE
+
+
+ -29.16 °C
+
+
+
+
ATMOSPHERE
+
Moderate sunny
+
+
+
+
+
+
CAMERA CONTROL PANEL
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+};
+
function AntennaIcon(props) {
return (