From 5a157e6ef2dc8c56f12e1f20ec54cdf0b85f0cac Mon Sep 17 00:00:00 2001 From: navewindre Date: Tue, 11 Nov 2025 10:43:47 +0100 Subject: fixes --- web/src/pkg.tsx | 2 +- web/src/sidebar.tsx | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'web/src') diff --git a/web/src/pkg.tsx b/web/src/pkg.tsx index 6705982..c3a6985 100644 --- a/web/src/pkg.tsx +++ b/web/src/pkg.tsx @@ -150,7 +150,7 @@ export default function Pkgs() { } ); return -
+

PACKAGE REPOSITORY


diff --git a/web/src/sidebar.tsx b/web/src/sidebar.tsx index ee93706..de7b2fd 100644 --- a/web/src/sidebar.tsx +++ b/web/src/sidebar.tsx @@ -55,18 +55,18 @@ function Weather() { const wind = weather.current.wind_speed_10m; const humi = weather.current.relative_humidity_2m; return
- - - - + + + +
} return
- - - - + + + +
} @@ -81,8 +81,8 @@ export function Sidebar() { return