Skip to content

Commit

Permalink
💄 Update NFT ID prefix placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Feb 6, 2025
1 parent 07c01f2 commit c47ddea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/nft-book-store/new.vue
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
<UInput
v-model="autoDeliverNftIdInput"
class="font-mono"
placeholder="like1..."
placeholder="MY-NFT-PREFIX-000"
/>
</UFormGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<UInput
v-model="autoDeliverNftIdInput"
class="font-mono"
placeholder="like1..."
placeholder="MY-NFT-PREFIX-000"
/>
</UFormGroup>

Expand Down
2 changes: 1 addition & 1 deletion pages/nft-book-store/status/[classId]/edit/new.vue
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
<UInput
v-model="autoDeliverNftIdInput"
class="font-mono"
placeholder="like1..."
placeholder="MY-NFT-PREFIX-000"
/>
</UFormGroup>

Expand Down

0 comments on commit c47ddea

Please sign in to comment.