Skip to content

Commit

Permalink
chore: update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
camewell071 committed Feb 2, 2024
1 parent 8981b3d commit 47c61f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions src/modules/PublicSale/activities/AcitivitiesVer2/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const ActivitiesVer2 = React.memo(() => {
desc: `
<ul>
${NormalRow({ key: "Activities:", value: "Trade BRC-20 perpetual futures on-chain." })}
${NormalRow({ key: "Prizes:", value: "$50 every 4 hours & 100k Naka points every hours." })}
${NormalRow({ key: "Prizes:", value: "$50 every 4 hours & 100k Naka points every hour." })}
${LinkRow({ key: "Bitcoin L2:", value: "Naka", link: GAME_LINK.NAKA })}
</ul>
`,
Expand All @@ -156,7 +156,7 @@ const ActivitiesVer2 = React.memo(() => {
title: 'Education on Bitcoin',
desc: `
<ul>
${NormalRow({ key: "Activities:", value: "Learn about modular blockchain architecture via an exciting Lego game." })}
${NormalRow({ key: "Activities:", value: "Learn about modular blockchain architecture via a fun Lego game." })}
${NormalRow({ key: "Prizes:", value: "Bitcoin Punk 686 (1st), Rare Modular (2nd), Modular (3rd)." })}
${LinkRow({ key: "Bitcoin L2:", value: "Modular", link: GAME_LINK.MODULAR })}
</ul>
Expand Down Expand Up @@ -327,11 +327,14 @@ const ActivitiesVer2 = React.memo(() => {
<Box className={styles.wrap}>
<Flex flexDir="column" gap="20px" className={styles.container}>
<Flex id="HEADER" flexDir="column" className={styles.container_header}>
<Text color="white" fontSize="24px" lineHeight="140%">
🎮🏃️💹🧱🧠
</Text>
<Text color="white" fontSize={{ base: "18px", md: "24px" }} lineHeight="140%">
BITCOIN L2 HOPPING WEEKEND.
</Text>
<Text color="white" fontSize={{ base: "18px", md: "24px" }} lineHeight="140%" opacity={0.7}>
EXPLORE BITCOIN LIKE NEVER BEFORE.
EXPERIENCE BITCOIN LIKE NEVER BEFORE.
</Text>
<Text color="white" fontSize={{ base: "14px", md: "16px" }} lineHeight="140%" opacity={0.7} mt="10px">
Hop from one Bitcoin L2 to another to play on-chain games, trade BRC-20 futures, run for charity, learn about modular architecture, and more! Events end on Monday, Feb 5, at 3:30 am UTC.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const ContributorInfo = ({ data }: {data?: ILeaderBoardPoint}) => {
return (
<Flex direction={'column'} w={'284px'} gap={3} className={s.container}>
{!!user && (isEVM || isBTC) ? (
<HorizontalItem className={s.rowData} color={"#000000"} label="ADDRESS" value={ellipsisCenter({ str: user?.twitter_id, limit: 6 })} />
<HorizontalItem className={s.rowData} color={"#000000"} label="ADDRESS" value={formatString(user?.twitter_id, isEVM ? 6 : 8, '')} />
) : (
<HorizontalItem className={s.rowData} color={"#000000"} label={'USER'} value={formatString(data?.twitter_name, 16)} />
)}
Expand Down

0 comments on commit 47c61f8

Please sign in to comment.