Skip to content

Commit

Permalink
Merge branch 'feat/login-btc' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
camewell071 committed Feb 1, 2024
2 parents 1f7178a + 4167d42 commit 9368dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/PublicSale/BuyForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const PrivateSaleForm = ({ vcInfo }: { vcInfo?: VCInfo }) => {
) : (
<Image src={`${CDN_URL_ICONS}/ic-btc-2.svg`} alt="ic bitcoin" width={48} height={48} />
)}
<Text color="black" fontSize="16px" fontWeight="500" textAlign="flex-start">{formatString(user.twitter_id, 6)}</Text>
<Text color="black" fontSize="16px" fontWeight="500" textAlign="flex-start">{formatString(user.twitter_id, 8)}</Text>
</Flex>
)
} else if (user.twitter_id) {
Expand Down

0 comments on commit 9368dd5

Please sign in to comment.