Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
fix: default world map to slightly north of the equator
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Apr 29, 2019
1 parent 1a8d911 commit 4e50de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BxDialogWorldMap.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function Transition(props) {
export default class BxDialogWorldMap extends React.Component {
static defaultProps = {
center: {
lat: 0,
lat: 17,
lng: -120.6743,
},
zoom: 0,
Expand Down

0 comments on commit 4e50de6

Please sign in to comment.