Skip to content

Commit

Permalink
feat(SupplyChange): clarify breakdown
Browse files Browse the repository at this point in the history
Adds further labelling to counter-act confusion seen in the wild of the
big number being the amount of ETH burned.
  • Loading branch information
alextes committed May 11, 2023
1 parent dca1521 commit d23a6cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mainsite/components/SupplyChangeWidget/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ const SupplyChange: FC<Props> = ({
),
)}
</QuantifyText>
<LabelText className="xl:text-right w-[56.32px]">
issued
</LabelText>
</div>
<div className="flex gap-x-2 justify-between w-full">
{/* Image component complains that its height doesn't match its width when it's not wrapped in a div */}
Expand Down Expand Up @@ -209,6 +212,7 @@ const SupplyChange: FC<Props> = ({
),
)}
</QuantifyText>
<LabelText>burned</LabelText>
</div>
</div>
</div>
Expand Down

0 comments on commit d23a6cd

Please sign in to comment.