From 9228bdb3b487579f256c01a96599b1dd2cbcebd4 Mon Sep 17 00:00:00 2001 From: gabin54 <59560717+gabin54@users.noreply.github.com> Date: Wed, 12 Jul 2023 19:20:26 +0200 Subject: [PATCH] fix: typo on zkDrop (#221) --- .../AppMain/Apps/ZkDropApp/components/Congratulations.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AppMain/Apps/ZkDropApp/components/Congratulations.tsx b/src/components/AppMain/Apps/ZkDropApp/components/Congratulations.tsx index 27612237..492a675f 100644 --- a/src/components/AppMain/Apps/ZkDropApp/components/Congratulations.tsx +++ b/src/components/AppMain/Apps/ZkDropApp/components/Congratulations.tsx @@ -52,7 +52,7 @@ export default function Congratulations({ Congratulations - You have receive your NFT on{" "} + You have received your NFT on{" "} {ethAccount.ens ? getMinimalEns(ethAccount.ens) : getMinimalIdentifier(ethAccount.address)}