Margin tweak
This commit is contained in:
parent
9ecf10496c
commit
4d996c2476
|
@ -200,9 +200,7 @@ export function UserPage(props: { user: User }) {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
copyToClipboard(referralUrl)
|
copyToClipboard(referralUrl)
|
||||||
toast.success('Referral link copied!', {
|
toast.success('Referral link copied!', {
|
||||||
icon: (
|
icon: <LinkIcon className="h-6 w-6" aria-hidden="true" />,
|
||||||
<LinkIcon className="mr-2 h-6 w-6" aria-hidden="true" />
|
|
||||||
),
|
|
||||||
})
|
})
|
||||||
track('copy referral link')
|
track('copy referral link')
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user