From 1bb86ce587751a3f6d3888fc0a2a12c9f36551f6 Mon Sep 17 00:00:00 2001 From: Marco van Dijk Date: Fri, 22 Apr 2022 02:46:15 +0200 Subject: [PATCH] update text of broadcaster stats --- src/components/WinnerMonth.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/WinnerMonth.js b/src/components/WinnerMonth.js index 181dec7..ba1f8bc 100644 --- a/src/components/WinnerMonth.js +++ b/src/components/WinnerMonth.js @@ -116,7 +116,7 @@ const WinnerMonth = (obj) => { width={620} height={620} innerRadius={50} - labelRadius={140} + labelRadius={130} cornerRadius={3} colorScale={[ "#282678", @@ -196,7 +196,7 @@ const WinnerMonth = (obj) => { width={620} height={620} innerRadius={50} - labelRadius={140} + labelRadius={130} cornerRadius={3} colorScale={[ "#282678", @@ -274,7 +274,7 @@ const WinnerMonth = (obj) => { width={620} height={620} innerRadius={50} - labelRadius={140} + labelRadius={130} cornerRadius={3} colorScale={[ "#282678", @@ -426,7 +426,7 @@ const WinnerMonth = (obj) => { } {obj.data.winningTicketsReceivedCount ?
-

🎫 {obj.data.winningTicketsReceivedCount} winning tickets were sent out worth {obj.data.winningTicketsReceivedSum.toFixed(2)} ETH

+

🎫 {obj.data.winningTicketsReceivedCount} winning tickets were sent out by {obj.data.winningTicketsSent.length} broadcasters

: null } {obj.data.winningTicketsRedeemedCount ?