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