Skip to content

Commit

Permalink
Add ozymandias & decarabia
Browse files Browse the repository at this point in the history
  • Loading branch information
vortex1942 committed Oct 13, 2024
1 parent 715b58b commit db0fd3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/Images.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ const Images = ({ selectedMap, image }) => {
kondaru: `https://goonhub.com/storage/maps/kondaru`,
donut2: `https://goonhub.com/storage/maps/donut2`,
donut3: `https://goonhub.com/storage/maps/donut3`,
ozymandias: `https://goonhub.com/storage/maps/ozymandias`,
decarabia: `https://goonhub.com/storage/maps/decarabia`,
adventurezone: `images/adventurezone/`,

};
Expand Down
3 changes: 2 additions & 1 deletion src/components/MapSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const MapSelect = props => {
<option value="oshan">Oshan</option>
<option value="clarion">Clarion</option>
<option value="atlas">Atlas</option>

<option value="ozymandias">Ozymandias</option>
<option value="decarabia">Decarabia</option>
</Select>
</FormControl>
</Paper>
Expand Down

0 comments on commit db0fd3a

Please sign in to comment.