Margin tweak

This commit is contained in:
James Grugett 2022-10-02 15:20:46 -05:00
parent 9ecf10496c
commit 4d996c2476

View File

@ -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')
}} }}