Skip to content

Commit

Permalink
Fix minter success pages (#137)
Browse files Browse the repository at this point in the history
* add right callback urls

* callback

* fix minter success page

* fix minter success page

* update minter

* thumbnail

* thumbnail

* thumbnail

* urls

* urls

* urls

* fix url
  • Loading branch information
rubenmarcus authored Feb 19, 2024
1 parent 3a73dec commit 29581d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minter/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export default function Home() {


if (mintedParams) {
const metaPage = `https://${mbUrl}/ref/${mintedParams.args.ref}?type=meta`;
const txnHashUrl = `https://${nearblocksUrl}/txns/${txnHashes}`;
const metaPage = `${mbUrl}/ref/${mintedParams.args.ref}?type=meta`;
const txnHashUrl = `${nearblocksUrl}/txns/${txnHashes}`;

const successPageData = {
nftTitle: mintedParams.args.title as string,
Expand Down

0 comments on commit 29581d9

Please sign in to comment.