Skip to content

Commit

Permalink
Change text regarding funds towards public goods
Browse files Browse the repository at this point in the history
  • Loading branch information
b-tarczynski committed Jun 27, 2024
1 parent 5c9e868 commit 6c8dd31
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion packages/frontend/src/components/info/Accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,18 @@ export const InfoAccordion = () => {
/>
<Rule
heading={`Auction pool: ${auctionWinnersCount} tickets`}
rule={`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 will go towards Public Goods.`}
rule={
<span>
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{' '}
<Link href="https://blog.ethereum.org/2024/06/07/devcon7-scholars" target="_blank">
EF Next Billion Scholars program
</Link>{' '}
and other Devcon initiatives.
</span>
}
example={`You bid ${exampleBid} ETH and end up in the top ${auctionWinnersCount} of the bidders. You receive a ticket for ${exampleBid} ETH.`}
/>
<Rule
Expand Down

0 comments on commit 6c8dd31

Please sign in to comment.