From 639afb9cdb9db6a150396cc0302429add2fba75b Mon Sep 17 00:00:00 2001 From: ChrQR Date: Sun, 12 May 2024 21:45:11 +0200 Subject: [PATCH] hero icon size --- components/WeatherHero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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