From 7b57c758bcca1fbdc70829fdb78314cbb5033006 Mon Sep 17 00:00:00 2001 From: Malfunzionato Date: Fri, 5 Apr 2024 23:21:46 +0200 Subject: [PATCH] Changed the hight temperature emoji from 30 degrees to 21 degrees (celsius) --- src/components/Weather.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Weather.tsx b/src/components/Weather.tsx index 639d9e5..db06148 100644 --- a/src/components/Weather.tsx +++ b/src/components/Weather.tsx @@ -28,7 +28,7 @@ export const Weather = () => { {' '} It's currently{' '} {(celsius < 8 && ❄️) || - (celsius > 30 && 🔥)} + (celsius > 21 && 🔥)}