diff --git a/src/modules/PublicSale/activities/AcitivitiesVer2/index.tsx b/src/modules/PublicSale/activities/AcitivitiesVer2/index.tsx
index c1cea69e6..013fa1f9e 100644
--- a/src/modules/PublicSale/activities/AcitivitiesVer2/index.tsx
+++ b/src/modules/PublicSale/activities/AcitivitiesVer2/index.tsx
@@ -67,11 +67,11 @@ const ActivitiesVer2 = React.memo(() => {
${NormalRow({ key: "Rewards:", value: "$1000 (1st place), $500 (2nd place), $250 (3rd place)" })}
${NormalRow({ key: "Activities:", value: "Play fully on-chain games" })}
- ${LinkRow({ key: "Where:", value: "Play fully on-chain games", link: "https://play.bitcoinarcade.xyz" })}
+ ${LinkRow({ key: "Where:", value: "Play fully on-chain games", link: GAME_LINK.ARCA })}
`,
banner: 'banner-01.png',
- link: 'https://play.bitcoinarcade.xyz',
+ link: GAME_LINK.ARCA,
},
{
title: 'DeFi on Bitcoin',
@@ -79,11 +79,11 @@ const ActivitiesVer2 = React.memo(() => {
${NormalRow({ key: "Rewards:", value: "$1000 (1st place), $500 (2nd place), $250 (3rd place)" })}
${NormalRow({ key: "Activities:", value: "Play fully on-chain games" })}
- ${LinkRow({ key: "Where:", value: "Naka", link: GAME_LINK.ARCA })}
+ ${LinkRow({ key: "Where:", value: "Naka", link: GAME_LINK.NAKA })}
`,
banner: 'banner-02.png',
- link: GAME_LINK.ARCA,
+ link: GAME_LINK.NAKA,
},
{
title: 'Modular on Bitcoin',