Skip to content

Commit

Permalink
fix: typo on zkDrop (sismo-core#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabin54 authored Jul 12, 2023
1 parent 4783461 commit 9228bdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function Congratulations({
<Container>
<Title style={{ marginBottom: 12 }}>Congratulations</Title>
<Subtitle>
You have receive your NFT on{" "}
You have received your NFT on{" "}
{ethAccount.ens ? getMinimalEns(ethAccount.ens) : getMinimalIdentifier(ethAccount.address)}
</Subtitle>
<Button3D
Expand Down

0 comments on commit 9228bdb

Please sign in to comment.