Skip to content

Commit

Permalink
Revert "Fix wrong argument for clickShareLink"
Browse files Browse the repository at this point in the history
This reverts commit f3e5d83
PR already exists: withspectrum#2883
  • Loading branch information
Ponjimon committed Apr 16, 2018
1 parent f3e5d83 commit b6614d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/upsell/newUserUpsell.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class UpsellNewUser extends Component {
icon="facebook"
gradientTheme={'none'}
color={'social.facebook.default'}
onClick={() => this.clickShareLink('facebook')}
onClick={() => this.clickShareLink('twitter')}
>
Share on Facebook
</Button>
Expand Down

0 comments on commit b6614d0

Please sign in to comment.