You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/assets/create/nft/upload-nfts/batch-upload/batch-upload-instructions.tsx
+18-16Lines changed: 18 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ export function BatchUploadInstructions() {
31
31
<Sectiontitle="Uploading Files">
32
32
<p>
33
33
Make sure to drag and drop the {tab==="csv" ? "CSV" : "JSON"} and
34
-
the assets <strong>at the same time</strong> or upload a folder with
35
-
all the files in it.
34
+
the assets at the same time or upload a folder with all the files in
35
+
it.
36
36
</p>
37
37
38
38
<p>
@@ -52,12 +52,12 @@ export function BatchUploadInstructions() {
52
52
<p>
53
53
The {tab==="csv" ? "CSV" : "JSON"} file must have a{" "}
Copy file name to clipboardExpand all lines: apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/assets/create/nft/upload-nfts/single-upload/single-upload-nft.tsx
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -302,8 +302,15 @@ export function SingleUploadNFT(props: {
0 commit comments