diff --git a/app/javascript/gabsocial/components/popover/status_share_popover.js b/app/javascript/gabsocial/components/popover/status_share_popover.js index 74f23f66..ad520c82 100644 --- a/app/javascript/gabsocial/components/popover/status_share_popover.js +++ b/app/javascript/gabsocial/components/popover/status_share_popover.js @@ -46,7 +46,8 @@ class StatusSharePopover extends ImmutablePureComponent { const encodedStatusUrl = encodeURIComponent(status.get('url')) const mailToHref = `mailto:?subject=Gab&body=${encodedStatusUrl}` const content = status.get('contentHtml') - + const iconSize = '18px' + return (