Update View on Launchpad URL
This commit is contained in:
parent
8470008360
commit
1ad2de146f
@ -1551,9 +1551,7 @@ const CollectionCreationPage: NextPage = () => {
|
|||||||
<Anchor
|
<Anchor
|
||||||
className="text-white"
|
className="text-white"
|
||||||
external
|
external
|
||||||
href={`${STARGAZE_URL}/launchpad/${
|
href={`${STARGAZE_URL}/launchpad/${openEditionMinterCreatorData?.sg721ContractAddress as string}`}
|
||||||
openEditionMinterCreatorData?.openEditionMinterContractAddress as string
|
|
||||||
}`}
|
|
||||||
>
|
>
|
||||||
View on Launchpad
|
View on Launchpad
|
||||||
</Anchor>
|
</Anchor>
|
||||||
@ -1704,7 +1702,7 @@ const CollectionCreationPage: NextPage = () => {
|
|||||||
<Anchor
|
<Anchor
|
||||||
className="text-white"
|
className="text-white"
|
||||||
external
|
external
|
||||||
href={`${STARGAZE_URL}/launchpad/${vendingMinterContractAddress as string}`}
|
href={`${STARGAZE_URL}/launchpad/${sg721ContractAddress as string}`}
|
||||||
>
|
>
|
||||||
View on Launchpad
|
View on Launchpad
|
||||||
</Anchor>
|
</Anchor>
|
||||||
|
Loading…
Reference in New Issue
Block a user