Skip to content

Commit

Permalink
add default favorites
Browse files Browse the repository at this point in the history
  • Loading branch information
vortex1942 committed Oct 13, 2024
1 parent db0fd3a commit ff61666
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ff61666

Please sign in to comment.