From 8630595a40d013cd16b60a443ef5ba6d0ea3ac9c Mon Sep 17 00:00:00 2001 From: Tanner Date: Wed, 26 Aug 2026 16:30:18 +0000 Subject: [PATCH] refactor: simplify solar power chart and remove energy bar --- client/src/App.js | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/client/src/App.js b/client/src/App.js index c9ac6f4..bea29ec 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -154,18 +154,9 @@ function SolarPower({end, duration}) { /> - tick === 0 ? 0 : (tick / 1000) + 'K'} + ticks={['0', '1k', '2k', '3k', '4k', '5k', '6k']} /> @@ -179,15 +170,6 @@ function SolarPower({end, duration}) {