Skip to content

Commit

Permalink
REFACTORING Updated text wrap for airdrop for v1 [DONE]
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahitya777 committed Dec 15, 2023
1 parent 7aa8f47 commit 2a1bf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/mobileView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const MobileView = () => {
_hover={{ color: '#8C8C9B' }}
mr="0.6rem" background="rgba(217, 217, 217, 0.10)" padding="9px 16px" borderRadius="10px"
>
<Link href={texts[0].link} target="_blank">
<Link href={texts[0].link} target="_blank" style={{ display: 'flex',whiteSpace:"nowrap" }}>
{texts[0].text}
<Image
src="/party_icon-01.svg"
Expand Down

0 comments on commit 2a1bf00

Please sign in to comment.