fix: circle progress not being goog

This commit is contained in:
Juan Di Toro 2023-09-28 23:07:33 +02:00
parent 23387f74ac
commit 38ef322635
1 changed files with 1 additions and 1 deletions

View File

@ -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 (