diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-24 15:34:31 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-24 15:34:31 +0000 |
| commit | 35ede3c2dc239b0f64419fcb253ef27c58350bbf (patch) | |
| tree | 01769d7f57a1158e6f34bbb0658599372814b7cd /app/components/Connect.js | |
| parent | d8dc993b0a18b9389f27b1a1dd8993f985656c9a (diff) | |
| download | mullvadvpn-35ede3c2dc239b0f64419fcb253ef27c58350bbf.tar.xz mullvadvpn-35ede3c2dc239b0f64419fcb253ef27c58350bbf.zip | |
Update userLocation to mine :)
Diffstat (limited to 'app/components/Connect.js')
| -rw-r--r-- | app/components/Connect.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/components/Connect.js b/app/components/Connect.js index b8c193ab2f..1088d7bb49 100644 --- a/app/components/Connect.js +++ b/app/components/Connect.js @@ -3,7 +3,7 @@ import { If, Then } from 'react-if'; import cheapRuler from 'cheap-ruler'; import ReactMapboxGl, { Marker } from 'react-mapbox-gl'; import { Layout, Container, Header } from './Layout'; -import { servers, ConnectionState } from '../constants'; +import { ConnectionState } from '../constants'; export default class Connect extends Component { @@ -19,9 +19,9 @@ export default class Connect extends Component { this.state = { userLocation: { - location: [40.706213526877455, -74.0044641494751], - city: 'New York', - country: 'USA' + location: [28.358744, -14.053676], + city: 'Corralejo', + country: 'Fuerteventura' } }; } |
