Add "update location" option

This commit is contained in:
Matilde Park 2019-08-13 12:35:45 -04:00
parent b5b708704a
commit c3d842a613
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -128,6 +128,9 @@ export default class WeatherTile extends Component {
style={{left: 8, top: 4}}> style={{left: 8, top: 4}}>
Weather Weather
</p> </p>
<a className="label-regular b gray absolute pointer"
style={{right: 8, top: 4}}
onClick={() => this.locationSubmit()}>Update location -></a>
<div className="w-100 mb2 mt2 absolute" <div className="w-100 mb2 mt2 absolute"
style={{left: 18, top: 28}}> style={{left: 18, top: 28}}>
<img <img