Skip to content

Commit

Permalink
Merge pull request #1622 from mandyreal/update-tweet-hashtag
Browse files Browse the repository at this point in the history
Addresses #1616 - added #CodeNewbie in the tweet text
  • Loading branch information
Roshanjossey authored Nov 5, 2017
2 parents 3881a80 + c131467 commit af7d3e9
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=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,CodeNewbie"

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

0 comments on commit af7d3e9

Please sign in to comment.