Skip to content

Commit

Permalink
Make oahu easier to click
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgio-tran committed Nov 18, 2023
1 parent f233c5f commit 1a146e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions my-app/src/constants/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ export const ISLANDS_CENTER_COORDINATES = {
name: "All Islands",
mapInfo: { lat: 21, long: -157, zoom: 5.6 },
},
OAHU: {
name: "Oahu",
mapInfo: { lat: 21.4337, long: -157.9636, zoom: 8.7 },
},
BIG_ISLAND: {
name: "Big Island",
mapInfo: { lat: 19.6385, long: -155.5565, zoom: 7.5 },
Expand All @@ -66,10 +70,6 @@ export const ISLANDS_CENTER_COORDINATES = {
name: "Kahoolawe",
mapInfo: { lat: 20.5501, long: -156.6168, zoom: 11 },
},
OAHU: {
name: "Oahu",
mapInfo: { lat: 21.4337, long: -157.9636, zoom: 8.7 },
},
KAUAI: {
name: "Kauai",
mapInfo: { lat: 22.057, long: -159.5233, zoom: 9 },
Expand Down

0 comments on commit 1a146e4

Please sign in to comment.