Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #155 from poap-xyz/feature/CEX-157-copy-minted
Browse files Browse the repository at this point in the history
CEX-157 Copy change on Gallery empty state
  • Loading branch information
jm42 authored May 11, 2023
2 parents ff93d6a + 48113d9 commit b5ac724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/eventCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ function Content({ type, width, size, event, power }) {
{tokenCount === undefined
? ' -'
: tokenCount === 0
? ' None Claimed'
? ' None Minted'
: tokenCount}
</span>
</div>
Expand Down

0 comments on commit b5ac724

Please sign in to comment.