Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dietrichmax committed Mar 26, 2024
1 parent d53b89e commit a428722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/now/index.tsx
Expand Up @@ -137,7 +137,7 @@ export default function Now({ weather, address, now }: Now) {

<Container>
<LiveDataWrapper>
<Data>
{/*<Data>
In {town(address.address)} it has {weather.main.temp}°C with{" "}
{weather.weather[0].description}.
<WeatherImg
Expand All @@ -148,7 +148,7 @@ export default function Now({ weather, address, now }: Now) {
height="30"
priority
/>
</Data>
</Data>*/}
{now.batt ? (
<Data>
My phone's battery level is {now.batt}%{" "}
Expand Down

0 comments on commit a428722

Please sign in to comment.