Skip to content

Commit

Permalink
Merge pull request #177 from TrustlessComputer/feat/whitelist_munual
Browse files Browse the repository at this point in the history
add tooltip & login
  • Loading branch information
0xmegalodon authored Jan 31, 2024
2 parents 60ce3d3 + b5bc3bb commit f75e786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/PublicSale/depositModal/login.tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const LoginTooltip = ({ onClose }: { onClose: any }) => {
color={'#000000'}
gap={1}
>
<Text onClick={handleShareTw} fontSize={'14px !important'}><Text as={"span"} textDecoration={"underline"} fontSize={'14px !important'}>Sign in to X</Text> and claim your boost!</Text>
<Text onClick={handleShareTw} fontSize={'14px !important'}><Text as={"span"} fontWeight={600} color={"#FA4E0E"} textDecoration={"underline"} fontSize={'14px !important'}>Sign in to X</Text> and claim your boost!</Text>
{showManualCheck && (
<Text
cursor={'pointer'}
Expand Down

0 comments on commit f75e786

Please sign in to comment.