Skip to content

Commit

Permalink
fix discuss link
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Mar 22, 2019
1 parent 2a15071 commit 85122b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/templates/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ export default function Post({data: {site, mdx}}) {
<a
target="_blank"
rel="noopener noreferrer"
href={`https://twitter.com/search?q=${encodeURIComponent(
// using mobile.twitter.com because if people haven't upgraded
// to the new experience, the regular URL wont work for them
href={`https://mobile.twitter.com/search?q=${encodeURIComponent(
blogPostUrl,
)}`}
>
Expand Down

0 comments on commit 85122b2

Please sign in to comment.