Skip to content

Commit

Permalink
chore: update link
Browse files Browse the repository at this point in the history
  • Loading branch information
camewell071 committed Feb 2, 2024
1 parent b304274 commit 0067e02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/modules/PublicSale/activities/AcitivitiesVer2/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,23 +67,23 @@ const ActivitiesVer2 = React.memo(() => {
<ul>
${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 })}
</ul>
`,
banner: 'banner-01.png',
link: 'https://play.bitcoinarcade.xyz',
link: GAME_LINK.ARCA,
},
{
title: 'DeFi on Bitcoin',
desc: `
<ul>
${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 })}
</ul>
`,
banner: 'banner-02.png',
link: GAME_LINK.ARCA,
link: GAME_LINK.NAKA,
},
{
title: 'Modular on Bitcoin',
Expand Down

0 comments on commit 0067e02

Please sign in to comment.