mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
interface/weather: escape entities
This commit is contained in:
parent
61e9deb787
commit
20047c6463
@ -98,7 +98,7 @@ class WeatherTile extends React.Component {
|
||||
<Text color='black' cursor='pointer'
|
||||
onClick={() => this.locationSubmit()}
|
||||
>
|
||||
Detect ->
|
||||
Detect {'->'}
|
||||
</Text>
|
||||
);
|
||||
}
|
||||
@ -177,7 +177,7 @@ class WeatherTile extends React.Component {
|
||||
<Text>Weather</Text>
|
||||
</Box>
|
||||
<Text style={{ cursor: 'pointer' }}>
|
||||
-> Set location
|
||||
{'->'} Set location
|
||||
</Text>
|
||||
</Box>
|
||||
);
|
||||
@ -226,7 +226,7 @@ class WeatherTile extends React.Component {
|
||||
this.setState({ manualEntry: !this.state.manualEntry })
|
||||
}
|
||||
>
|
||||
Weather ->
|
||||
Weather {'->'}
|
||||
</Text>
|
||||
</Text>
|
||||
|
||||
@ -281,7 +281,7 @@ class WeatherTile extends React.Component {
|
||||
this.setState({ manualEntry: !this.state.manualEntry })
|
||||
}
|
||||
>
|
||||
->
|
||||
{'->'}
|
||||
</Text>
|
||||
</Text>
|
||||
</Box>
|
||||
|
Loading…
Reference in New Issue
Block a user