Merge pull request #314 from public-awesome/main

Sync main > dev
This commit is contained in:
Serkan Reis 2024-01-18 16:02:27 +02:00 committed by GitHub
commit 3c3b60ebe8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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