Skip to content

Commit

Permalink
Merge branch 'feat/activities-2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
camewell071 committed Feb 2, 2024
2 parents 18cd8fb + c31f9cd commit d95ae95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified public/public-sale/banner-03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/modules/PublicSale/activities/AcitivitiesVer2/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ 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: "Modular", link: GAME_LINK.NAKA })}
${LinkRow({ key: "Where:", value: "Modular", link: GAME_LINK.MODULAR })}
</ul>
`,
banner: 'banner-03.png',
link: GAME_LINK.NAKA,
link: GAME_LINK.MODULAR,
},
{
title: 'Running on Bitcoin',
Expand Down

0 comments on commit d95ae95

Please sign in to comment.