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 1, 2024
1 parent d88c867 commit 4167d42
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 4167d42

Please sign in to comment.