Update collection creation summary for 1/1 Collections

This commit is contained in:
Serkan Reis 2023-04-03 12:40:33 +03:00
parent 9972e0617a
commit e1707c1ab5

View File

@ -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>