mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 11:40:11 +03:00
Add "update location" option
This commit is contained in:
parent
b5b708704a
commit
c3d842a613
File diff suppressed because one or more lines are too long
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user