diff --git a/pages/badges/create.tsx b/pages/badges/create.tsx index 3b8af69..e4707bf 100644 --- a/pages/badges/create.tsx +++ b/pages/badges/create.tsx @@ -149,7 +149,7 @@ const BadgeCreationPage: NextPage = () => { } : mintRule === 'by_minter' ? { - by_minter: designatedMinterState.value, + by_minter: designatedMinterState.value.trim(), } : { by_keys: [keyState.value], @@ -284,52 +284,106 @@ const BadgeCreationPage: NextPage = () => {
- -
-
-
- + + +
+
+
+ +
+
+ + +
-
- - +
+ Badge ID:{` ${badgeId as string}`} +
+ Private Key: + + + +
+ Transaction Hash: {' '} + + + {transactionHash} + + + + + {transactionHash} + + +
+
+
+ + You may click{' '} + + here + {' '} + or scan the QR code to claim a badge. + +
+
+ + You may download the QR code or copy the claim URL to share with others. + +
+
+ + + +
Badge ID:{` ${badgeId as string}`}
- Private Key: - - - + Designated Minter Address: {` ${designatedMinterState.value}`}
Transaction Hash: {' '} @@ -358,22 +412,19 @@ const BadgeCreationPage: NextPage = () => { here {' '} - or scan the QR code to claim a badge. + and select Actions {'>'} Mint By Minter to mint a badge.
-
- You may download the QR code or copy the claim URL to share with others.
-
-
- + +