From 29f06c5e0b46e5aba3d19287c9044d5d5239fe9f Mon Sep 17 00:00:00 2001 From: Heidi Date: Sat, 16 May 2026 11:28:29 +0100 Subject: [PATCH] fix --- src/App.jsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 5c46efc..5d9bbf5 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -2952,7 +2952,14 @@ function UptimePage({ uptime }) {

-
+
{history.map((sample, index) => { const height = `${Math.max(12, (sample.onlineChecks / sample.totalChecks) * 100)}%` const left = history.length > 1 ? (index / (history.length - 1)) * 100 : 50 @@ -2960,7 +2967,7 @@ function UptimePage({ uptime }) { return (
setHoveredSnapshot(null)} onFocus={() => setHoveredSnapshot({ ...sample, left })}