Skip to content

Commit 6332bee

Browse files
committed
πŸ‘” Use liker.land class page for CTA
1 parent a76eb32 commit 6332bee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€Žarticle.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
].map((classId, index) => {
4040
const searchParams = new URLSearchParams(window.location.search);
4141
const utmSource = searchParams.get('utm_source');
42-
const url = new URL(`https://api.like.co/likernft/book/purchase/${classId}/new`);
42+
const url = new URL(`https://liker.land/nft/class/${classId}`);
4343
url.searchParams.set('utm_medium', 'website');
4444
url.searchParams.set('utm_campaign', 'thewitness-ad');
4545
url.searchParams.set('utm_source', 'thewitness-article');

β€Žhomepage.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
].map((classId, index) => {
4040
const searchParams = new URLSearchParams(window.location.search);
4141
const utmSource = searchParams.get('utm_source');
42-
const url = new URL(`https://api.like.co/likernft/book/purchase/${classId}/new`);
42+
const url = new URL(`https://liker.land/nft/class/${classId}`);
4343
url.searchParams.set('utm_medium', 'website');
4444
url.searchParams.set('utm_campaign', 'thewitness-ad');
4545
url.searchParams.set('utm_source', 'thewitness-homepage');

0 commit comments

Comments
Β (0)