Skip to content

Commit

Permalink
Merge pull request #1621 from mandyreal/fix-tweet-text
Browse files Browse the repository at this point in the history
addresses #1616
  • Loading branch information
Roshanjossey committed Nov 5, 2017
2 parents b436368 + 6b5f595 commit 3881a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/SocialShare/Twitter.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { Icon, IconPaths } from './icons.js';

const twitterLink = "https://twitter.com/intent/tweet?text=Yay%21%20I%20just%20made%20my%20first%20open%20source%20contribution%20with%20@1stcontribution.%20You%20can%20too%20at%20https%3A//goo.gl/66Axwe%0A&hashtags=Hacktoberfest,OpenSource"
const twitterLink = "https://twitter.com/intent/tweet?text=Yay%21%20I%20just%20made%20my%20first%20open%20source%20contribution%20with%20@1stcontribution.%20You%20can%20too%20at%20https%3A//goo.gl/66Axwe%0A&hashtags=OpenSource"

const TwitterCard = () => (
<a className="icon-card twitter" href={twitterLink} target="_blank">
Expand Down

0 comments on commit 3881a80

Please sign in to comment.