diff --git a/components/WeatherHero.tsx b/components/WeatherHero.tsx index a2e19b9..4925334 100644 --- a/components/WeatherHero.tsx +++ b/components/WeatherHero.tsx @@ -85,7 +85,7 @@ export default function WeatherHero() { const weatherCode = weather.current.weather_code; return( <> - Weather icon + Weather icon ) }; \ No newline at end of file