Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sookoll committed Jan 10, 2019
1 parent 0e48410 commit f82f150
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "webpack --mode development",
"build:test": "webpack --mode production",
"build:prod": "webpack --mode production && rm dist/**/*.map",
"build:prod": "webpack --mode production && rm dist/*.map",
"build:translations": "python3 scripts/translations.py",
"start": "webpack-dev-server --mode development --inline --hot --open",
"start:ssl": "webpack-dev-server --mode development --port 3001 --inline --hot --https --open",
Expand Down
6 changes: 4 additions & 2 deletions src/config/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@
"Waypoint|Trailhead": "Trailhead",
"Waypoint|Virtual Stage": "Virtual Stage",
"Zoom in": "Zoom in",
"Zoom out": "Zoom out"
"Zoom out": "Zoom out",
"Too Many Requests": "Too Many Requests"
},
"et": {
"Account": "Konto",
Expand Down Expand Up @@ -313,6 +314,7 @@
"Waypoint|Trailhead": "Matkaraja algus",
"Waypoint|Virtual Stage": "Virtuaalne vahepunkt",
"Zoom in": "Suurenda",
"Zoom out": "Vähenda"
"Zoom out": "Vähenda",
"Too Many Requests": "Päringute limiit on täis"
}
}
2 changes: 1 addition & 1 deletion src/geop/components/geolocation/GeoLocation.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ class GeoLocation extends Component {
}, true)
const trackStyle = createStyle({
stroke: {
color: 'rgba(255, 0, 0, 0.5)',
color: 'rgba(0, 133, 203, 1)',
width: 3,
lineDash: [5, 5]
}
Expand Down

0 comments on commit f82f150

Please sign in to comment.