Skip to content

Commit

Permalink
🚸 Rename product ID field in affiliation link (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt authored Sep 11, 2024
1 parent b93a392 commit be12649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/affiliation-link.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<PageBody class="flex flex-col items-stretch grow space-y-4">
<UCard v-if="!productData" :ui="{ body: { base: 'space-y-4' }, footer: { base: 'flex justify-end' } }">
<UFormGroup
label="Product ID"
label="Product ID/URL"
:required="true"
:error="error"
>
<UInput
v-model="productIdInput"
class="font-mono"
placeholder="Enter NFT Class ID/Collection ID"
placeholder="https://liker.land/nft/class/likenft1ku4ra0e7dgknhd0wckrkxspuultynl4mgkxa3j08xeshfr2l0ujqmmvy83"
:required="true"
/>
</UFormGroup>
Expand Down

0 comments on commit be12649

Please sign in to comment.