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 })}