Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 1bbabf3

Browse files
remove the extra @ from the twitter share link. (#896)
Fixes gitpod-io/website#889
1 parent f4d1e8c commit 1bbabf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/blog/SharePost.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const SharePost = ({ title, authors, url, dontRenderHeading }: SharePostProps) =
4343
<div>
4444
<a
4545
href={`https://twitter.com/intent/tweet?text=${encodeURIComponent(
46-
`${title} by @${authors.map((author) => '@' + author.socialProfiles.twitter).join(', ')} ${url}`
46+
`${title} by ${authors.map((author) => '@' + author.socialProfiles.twitter).join(', ')} ${url}`
4747
)}`}
4848
>
4949
<svg xmlns="http://www.w3.org/2000/svg" width="28.724" height="23.348" viewBox="0 0 28.724 23.348">

0 commit comments

Comments
 (0)