From 6e9c5291bae741869e5aa767a813cba78c0e5874 Mon Sep 17 00:00:00 2001 From: kenneth Date: Sun, 26 Oct 2025 15:50:03 +0000 Subject: [PATCH] feat(dashboard): make current temp bigger --- apps/dashboard/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dashboard/src/App.tsx b/apps/dashboard/src/App.tsx index a4644f5..fb05fc6 100644 --- a/apps/dashboard/src/App.tsx +++ b/apps/dashboard/src/App.tsx @@ -168,14 +168,14 @@ function WeatherTile() { />

{temperature}°

- +
)