Skip to content

Commit

Permalink
chore: update early contributors segment order
Browse files Browse the repository at this point in the history
  • Loading branch information
janndriessen authored Feb 14, 2024
1 parent 6035345 commit d83424b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/mainsite/components/IssuanceBreakdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,28 +203,28 @@ const IssuanceBreakdown = () => {
<div className="w-0.5 h-2 bg-slateus-500"></div>
<CategorySegment
imgAlt={
"a seedling symbolizing the gardening Ethereum Foundation"
"a unicorn symbolizing the early contributors dreaming up and building Ethereum"
}
imgName={"seedling"}
onHoverCategory={setHighlightEthereumFoundation}
imgName={"unicorn"}
onHoverCategory={setHighlightEarlyContributors}
percentOfTotalRewards={getPercentOfTotal(
issuanceBreakdown,
"ethereumFoundation",
"earlyContributors",
)}
showHighlight={highlightEthereumFoundation}
showHighlight={highlightEarlyContributors}
/>
<div className="w-0.5 h-2 bg-slateus-500"></div>
<CategorySegment
imgAlt={
"a unicorn symbolizing the early contributors dreaming up and building Ethereum"
"a seedling symbolizing the gardening Ethereum Foundation"
}
imgName={"unicorn"}
onHoverCategory={setHighlightEarlyContributors}
imgName={"seedling"}
onHoverCategory={setHighlightEthereumFoundation}
percentOfTotalRewards={getPercentOfTotal(
issuanceBreakdown,
"earlyContributors",
"ethereumFoundation",
)}
showHighlight={highlightEarlyContributors}
showHighlight={highlightEthereumFoundation}
/>
<div className="w-0.5 h-2 bg-slateus-500"></div>
<CategorySegment
Expand Down

0 comments on commit d83424b

Please sign in to comment.