From a2d8386b4a2dae11ad668e4a8b77408ee036e485 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Tue, 21 Apr 2026 17:39:16 -0700 Subject: [PATCH] fix uptime graph styles --- src/components/UptimeAlertSection.tsx | 7 +++- src/components/UptimeBar.tsx | 47 +++++++++++++++++++-------- src/components/UptimeMiniBar.tsx | 39 +++++++++++++++------- 3 files changed, 67 insertions(+), 26 deletions(-) diff --git a/src/components/UptimeAlertSection.tsx b/src/components/UptimeAlertSection.tsx index a43ef858b..776dd9982 100644 --- a/src/components/UptimeAlertSection.tsx +++ b/src/components/UptimeAlertSection.tsx @@ -165,7 +165,12 @@ export default function UptimeAlertSection({ rulesListSearch.toString() ? `?${rulesListSearch}` : "" }`; - const alertButton = alertRulesLoading ? null : hasRules ? ( + const alertButton = alertRulesLoading ? ( + + ) : hasRules ? (