Skip to content

Commit d836b6b

Browse files
committed
a
1 parent 5bf71ff commit d836b6b

File tree

2 files changed

+15
-5
lines changed
  • apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/assets

2 files changed

+15
-5
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/assets/create-nft/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ export default function CreateNFTPage() {
700700
<p className="text-muted-foreground text-sm">Initial Mint:</p>
701701
<p>{mintSettings?.initialMint}</p>
702702
</div>
703-
703+
{/*
704704
<div className="space-y-2">
705705
<p className="text-muted-foreground text-sm">Collection:</p>
706706
<p>
@@ -710,7 +710,7 @@ export default function CreateNFTPage() {
710710
{mintSettings?.collectionType === "project" &&
711711
"Project Collection"}
712712
</p>
713-
</div>
713+
</div> */}
714714

715715
<div className="space-y-2">
716716
<p className="text-muted-foreground text-sm">Platform Fee:</p>

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/assets/page.tsx

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,19 @@ export default function AssetsPage() {
229229
{asset.contractAddress}
230230
</TableCell>
231231
<TableCell className="text-right">
232-
<Button variant="ghost" size="icon" className="h-8 w-8">
233-
<ExternalLinkIcon className="h-4 w-4" />
234-
</Button>
232+
<Link
233+
href="https://token-marketplace.thirdweb-preview.com/nfts/ethereum/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d"
234+
target="_blank"
235+
rel="noopener noreferrer"
236+
>
237+
<Button
238+
variant="ghost"
239+
size="icon"
240+
className="h-8 w-8"
241+
>
242+
<ExternalLinkIcon className="h-4 w-4" />
243+
</Button>
244+
</Link>
235245
</TableCell>
236246
</TableRow>
237247
))}

0 commit comments

Comments
 (0)