From ff61666f24cbe7cd260e8fd1e86eb706c5bb0a61 Mon Sep 17 00:00:00 2001 From: Vortex1492 <22815407+vortex1942@users.noreply.github.com> Date: Sun, 13 Oct 2024 18:34:57 +1100 Subject: [PATCH] add default favorites --- src/pages/Main.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/Main.js b/src/pages/Main.js index ab78526..b00f85b 100644 --- a/src/pages/Main.js +++ b/src/pages/Main.js @@ -116,6 +116,12 @@ const Main = props => { { name: 'Museum of Lunar History', location: [105, 212] }, { name: 'Solar Observatory', location: [97, 87] } ], + ozymandias: [ + { name: 'Lord Singuloth', location: [224, 204] }, + ], + decarabia: [ + { name: 'Oasis', location: [232, 44] }, + ], }); const [zoom, setZoom] = useState(7); const scale = zoom / 10;