diff --git a/examples/nft-quest/components/TransferZeek.vue b/examples/nft-quest/components/TransferZeek.vue index 0cc6bb7a..28fba6cd 100644 --- a/examples/nft-quest/components/TransferZeek.vue +++ b/examples/nft-quest/components/TransferZeek.vue @@ -19,36 +19,34 @@ The NFT is minted and sent using a Paymaster and a Session key. -
- -
- - Transaction details - - - - Mint and send {{ successMint ? "again" : "" }} - -
- + +
+ + Transaction details + + + + Mint and send {{ successMint ? "again" : "" }} + +
diff --git a/examples/nft-quest/components/zk/input.vue b/examples/nft-quest/components/zk/input.vue index ba04fd00..98b2a9d4 100644 --- a/examples/nft-quest/components/zk/input.vue +++ b/examples/nft-quest/components/zk/input.vue @@ -9,6 +9,7 @@ :class="twMerge(inputUI, ui.input, stateUI, loadingInputUI)" :disabled :required + data-1p-ignore >