From 6c8dd3174898a0ea22cc6eac49ab650905bddd7b Mon Sep 17 00:00:00 2001 From: Bartlomiej Tarczynski Date: Fri, 28 Jun 2024 00:25:46 +0200 Subject: [PATCH] Change text regarding funds towards public goods --- packages/frontend/src/components/info/Accordion.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/frontend/src/components/info/Accordion.tsx b/packages/frontend/src/components/info/Accordion.tsx index 2b543f56..58278a7a 100644 --- a/packages/frontend/src/components/info/Accordion.tsx +++ b/packages/frontend/src/components/info/Accordion.tsx @@ -160,7 +160,18 @@ export const InfoAccordion = () => { /> + Tickets from the auction pool will be distributed to the ${auctionWinnersCount} highest bidding + participants. The price paid by a winner in that pool is equal to the amount of their bid. All + proceeds from the Auction above the reserve price will be used to help people attend Devcon through + funding programs like the{' '} + + EF Next Billion Scholars program + {' '} + and other Devcon initiatives. + + } example={`You bid ${exampleBid} ETH and end up in the top ${auctionWinnersCount} of the bidders. You receive a ticket for ${exampleBid} ETH.`} />