Skip to content

Commit

Permalink
🎨 Fix syntax
Browse files Browse the repository at this point in the history
Co-authored-by: Ng Wing Tat, David <[email protected]>
  • Loading branch information
williamchong and nwingt authored Nov 8, 2024
1 parent 58e407d commit 55aedfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/IscnRegisterForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
<!-- fingerPrint -->
<FormField
:label="$t('IscnRegisterForm.label.fingerprints')"
class="mb-[12px] max-w-[100%]"
class="mb-[12px] max-w-full"
>
<ContentFingerprintLink
v-for="ipfs of ipfsHashList"
Expand Down
4 changes: 2 additions & 2 deletions pages/new/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@

:ipfs-hash="urlIpfsHash"
:arweave-id="urlArweaveId"
:upload-arweave-id-list=uploadArweaveList
:upload-arweave-link-list=uploadArweaveLinkList
:upload-arweave-id-list="uploadArweaveList"
:upload-arweave-link-list="uploadArweaveLinkList"
:epub-metadata="epubMetadata"

:step="step"
Expand Down

0 comments on commit 55aedfd

Please sign in to comment.