interface/weather: escape entities

This commit is contained in:
Matilde Park 2021-05-05 22:25:32 -04:00
parent 61e9deb787
commit 20047c6463

View File

@ -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>