Skip to content

Commit

Permalink
Merge pull request firstcontributions#20 from Darkpingouin/source
Browse files Browse the repository at this point in the history
  • Loading branch information
sara-02 authored Apr 4, 2019
2 parents 5dea47d + ecf9139 commit c47d323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SocialShare/Facebook.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 facebookLink = "https://www.facebook.com/sharer/sharer.php?u=https://roshanjossey.github.io/first-contributions&quote=Yay%21%20I%20just%20made%20my%20first%20open%20source%20contribution%20with%20First%20Contributions.%20You%20can%20too,%20by%20following%20a%20simple%20tutorial%20at%20https%3A//goo.gl/66Axwe"
const facebookLink = "https://www.facebook.com/sharer/sharer.php?u=https://roshanjossey.github.io/first-contributions&quote=Yay%21%20I%20just%20made%20my%20first%20open%20source%20contribution%20with%20First%20Contributions.%20You%20can%20too,%20by%20following%20a%20simple%20tutorial%20at%20https%3A//goo.gl/66Axwe&hashtag=%23Hacktoberfest"

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

0 comments on commit c47d323

Please sign in to comment.