This commit is contained in:
Sean Yesmunt 2019-07-23 16:16:37 -04:00
parent 9311038fbb
commit e54b9c3871

View file

@ -57,7 +57,7 @@ class SocialShare extends React.PureComponent<Props> {
icon={ICONS.TWITTER} icon={ICONS.TWITTER}
button="link" button="link"
description={shareOnTwitter} description={shareOnTwitter}
href={`https://twitter.com/home?status=${encodedLbryTvUrl}`} href={`https://twitter.com/intent/tweet?text=${encodedLbryTvUrl}`}
/> />
<Button icon={ICONS.WEB} button="link" description={__('View on lbry.tv')} href={`${lbryTvUrl}`} /> <Button icon={ICONS.WEB} button="link" description={__('View on lbry.tv')} href={`${lbryTvUrl}`} />
</div> </div>
@ -76,7 +76,7 @@ class SocialShare extends React.PureComponent<Props> {
icon={ICONS.TWITTER} icon={ICONS.TWITTER}
button="link" button="link"
description={shareOnTwitter} description={shareOnTwitter}
href={`https://twitter.com/home?status=${encodedLbryURL}`} href={`https://twitter.com/intent/tweet?text=${encodedLbryURL}`}
/> />
</div> </div>
<div className="card__actions"> <div className="card__actions">