@@ -3,7 +3,6 @@ import type { Events } from '@apillon/wallet-sdk';
33import { useWallet } from ' @apillon/wallet-vue' ;
44import { useMessage } from ' naive-ui' ;
55import { isErc6492Signature } from ' viem' ;
6- import SuccessSVG from ' ~/assets/images/success.svg' ;
76import { ClaimType } from ' ~/lib/values/general.values' ;
87
98definePageMeta ({
@@ -93,20 +92,16 @@ function onClaim(metadata: Metadata, txHash?: string) {
9392 </p >
9493 </div >
9594 <FormShare v-else-if =" metadata " :metadata =" metadata " />
96- <div v-else-if =" !connected" class =" max-w-md w-full md:px-6 my-12 mx-auto" >
97- <img :src =" SuccessSVG" class =" mx-auto" width =" 165" height =" 169" alt =" airdrop" />
98-
95+ <div v-else-if =" !connected" class =" max-w-md w-full md:px-9 my-12 mx-auto" >
9996 <div class =" my-8 text-center" >
100- <h3 class =" mb-6" >Great Success!</h3 >
101- <p >
102- To join this NFT airdrop, you need to connect your EVM compatible wallet. This step is crucial for securely
103- receiving and managing the airdropped NFTs.
104- </p >
97+ <NuxtIcon name="icon/cube" class="inline-block icon-auto text-9xl lg:text- [150px]" filled />
98+ <h1 class =" mt-4 mb-6 lg:text-3xl" >Your NFT is ready for you</h1 >
99+ <p >Click below to reveal your unique digital collectible.</p >
105100 </div >
106101
107102 <ConnectWallet size="large" />
108103 </div >
109- <div v-else-if =" isWhitelist && !walletSignature" class =" max-w-md w-full md:px-6 my-12 mx-auto" >
104+ <div v-else-if =" isWhitelist && !walletSignature" class =" max-w-md w-full md:px-9 my-12 mx-auto" >
110105 <Btn size="large" :loading =" loading " @click =" validateWallet ()" > Wallet eligibility check </Btn >
111106 </div >
112107 <NftCountdown v-else-if =" timeToStart > 0 " :timestamp =" config .public .CLAIM_START " />
0 commit comments