Update collection creation summary for 1/1 Collections
This commit is contained in:
parent
9972e0617a
commit
e1707c1ab5
@ -1063,6 +1063,7 @@ const CollectionCreationPage: NextPage = () => {
|
|||||||
{transactionHash}
|
{transactionHash}
|
||||||
</Anchor>
|
</Anchor>
|
||||||
</Conditional>
|
</Conditional>
|
||||||
|
<Conditional test={minterType === 'vending'}>
|
||||||
<Button className="mt-2">
|
<Button className="mt-2">
|
||||||
<Anchor
|
<Anchor
|
||||||
className="text-white"
|
className="text-white"
|
||||||
@ -1072,6 +1073,18 @@ const CollectionCreationPage: NextPage = () => {
|
|||||||
View on Launchpad
|
View on Launchpad
|
||||||
</Anchor>
|
</Anchor>
|
||||||
</Button>
|
</Button>
|
||||||
|
</Conditional>
|
||||||
|
<Conditional test={minterType === 'vending'}>
|
||||||
|
<Button className="mt-2">
|
||||||
|
<Anchor
|
||||||
|
className="text-white"
|
||||||
|
external
|
||||||
|
href={`${STARGAZE_URL}/marketplace/${sg721ContractAddress as string}?sort=price_asc`}
|
||||||
|
>
|
||||||
|
View on Marketplace
|
||||||
|
</Anchor>
|
||||||
|
</Button>
|
||||||
|
</Conditional>
|
||||||
</div>
|
</div>
|
||||||
</Alert>
|
</Alert>
|
||||||
</Conditional>
|
</Conditional>
|
||||||
|
Loading…
Reference in New Issue
Block a user