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 51bdf40 commit ce5580e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/modules/PublicSale/topContent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const TopContent = () => {
Bitcoin Virtual Machine
</Text>
<Text className={s.title}>Bitcoin, reimagined.</Text>
<Text fontSize={16} fontWeight={400} lineHeight={'24px'} className={s.desc}>We’re on a mission to reinvent Bitcoin beyond just a currency — the next internet with gaming, DeFi, AI, SocialFi, and more. Join <strong>{formatCurrency(totalUser || 800, 0, 0)} backers</strong> shaping the future of Bitcoin.</Text>
<Text fontSize={16} fontWeight={400} lineHeight={'24px'} className={s.desc}>We’re on a mission to reinvent Bitcoin beyond just a currency — the next internet with gaming, DeFi, AI, SocialFi, and more. Join {formatCurrency(totalUser || 800, 0, 0)} backers shaping the future of Bitcoin.</Text>
</Flex>
<ul className={s.actions}>
<li>
Expand Down
22 changes: 11 additions & 11 deletions src/modules/landing/Componets/Hero/JoinAllowList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,17 @@ const JoinAllowList = ({isFooter}: {isFooter?: boolean}) => {
</div>
)}
<Flex flexDir="column" marginTop="20px">
<Flex alignItems="center" gap="4px" justifyContent="center">
<span style={{ color: "#FA4E0E", fontWeight: "700", textAlign: 'center' }}>${formatCurrency(
totalDeposit || '0',
0,
0,
'BTC',
true,
)}
</span>
<span style={{ color: "white", fontWeight: "700", textAlign: 'center', paddingBottom: "2px" }}>raised</span>
</Flex>
{/*<Flex alignItems="center" gap="4px" justifyContent="center">*/}
{/* <span style={{ color: "#FA4E0E", fontWeight: "700", textAlign: 'center' }}>${formatCurrency(*/}
{/* totalDeposit || '0',*/}
{/* 0,*/}
{/* 0,*/}
{/* 'BTC',*/}
{/* true,*/}
{/* )}*/}
{/* </span>*/}
{/* <span style={{ color: "white", fontWeight: "700", textAlign: 'center', paddingBottom: "2px" }}>raised</span>*/}
{/*</Flex>*/}
<Flex gap="8px" flexDir="column" className={s.countDown_wrapper}>
<Flex alignItems="end">
<Countdown
Expand Down

0 comments on commit ce5580e

Please sign in to comment.