From 38ef32263551c49c8d359c9eb15bb3d605d1ac53 Mon Sep 17 00:00:00 2001 From: Juan Di Toro Date: Thu, 28 Sep 2023 23:07:33 +0200 Subject: [PATCH] fix: circle progress not being goog --- src/components/lume/LumeDashboard/LumeDashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/lume/LumeDashboard/LumeDashboard.tsx b/src/components/lume/LumeDashboard/LumeDashboard.tsx index 84a2eec..ccb23e4 100644 --- a/src/components/lume/LumeDashboard/LumeDashboard.tsx +++ b/src/components/lume/LumeDashboard/LumeDashboard.tsx @@ -30,7 +30,7 @@ const CircularProgress = ({ chain: Chain className?: string }) => { - const progressOffset = ((100 - chain.progress) / 100) * 565.48 + const progressOffset = ((100 - chain.progress) / 100) * 282.74 // These math are not mathing const textOffset = (chain.progress / 100) * (30 - 44) + 44 return (