olahol / react-social

Simple React components for social buttons (Facebook, Twitter and Pinterest) and social counts.
177 stars 60 forks source link

Give EmailButton a default blank target #47

Closed dlakata closed 7 years ago

dlakata commented 7 years ago

The docs say that for the Button API, the default target is _blank. This is true for all Buttons except EmailButton, which I've fixed.

olahol commented 7 years ago

Thanks, this a good change.