diff --git a/components/create/CreateLanding.vue b/components/create/CreateLanding.vue index 574c39e923..e189ac30b0 100644 --- a/components/create/CreateLanding.vue +++ b/components/create/CreateLanding.vue @@ -7,7 +7,7 @@
- +

Collection

{{ $t('mint.landing.collection') }}

@@ -18,7 +18,7 @@ class="pack-box" @click="router.push({ query: { select: 'nft' } })">
- +

NFT

{{ $t('mint.landing.nft') }}

@@ -30,7 +30,7 @@
- +

{{ $t('mint.landing.singleNft') }} @@ -41,7 +41,7 @@

- +

{{ $t('mint.landing.massNft') }} @@ -94,6 +94,7 @@ const router = useRouter() &-box { cursor: pointer; + font-size: unset; padding: 4rem 2rem; @include ktheme() { diff --git a/pages/_prefix/create/index.vue b/pages/_prefix/create/index.vue index 1ccd020808..90d4c3b6cd 100644 --- a/pages/_prefix/create/index.vue +++ b/pages/_prefix/create/index.vue @@ -16,7 +16,7 @@ export default { title, type: 'article', description: 'Create carbonless NFTs with low on-chain fees', - url: '/create/nft', + url: '/create', image: `${this.$config.public.baseUrl}/k_card.png`, } return {