Skip to content

Commit

Permalink
changed copy on winners and payouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Israellund committed Dec 3, 2024
1 parent 45be5c3 commit 9384b8f
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -468,10 +468,8 @@ const DetailsFormStep = ({
<div className="contest-section contest-section-payout">
<CWText type="h4">Winners & payouts</CWText>
<CWText type="b1" className="winners-description">
Set the number of winners and how much of the total prize pool
they take{' '}
<CWText fontWeight="medium">20% of each prize</CWText> will be
split amongst the voters of the winning content.
Set the number of winners and allocate the proportion of
prizes for them.
</CWText>
<div className="payout-container">
{payoutStructure.map((payoutNumber, index) => (
Expand Down

0 comments on commit 9384b8f

Please sign in to comment.