Remove the next-share dependency and replace it with react-share for social sharing functionality. Add Storybook stories to showcase various configurations of the Social component, and update tests to use FontAwesome icons.
NB
Either one of the libraries next-share or react-share is a fork from one another, or they are both forked from a common ancestor and this is the reason why there are almost no changes in the code.
Apology
Oops, I accidentally merged this PR instead of #1375. Sorry for that. As the change should be arbitrary, I won't revert it for now unless any of you have objections. Over and out.
Remove the
next-share
dependency and replace it withreact-share
for social sharing functionality. Add Storybook stories to showcase various configurations of the Social component, and update tests to use FontAwesome icons.NB
Either one of the libraries
next-share
orreact-share
is a fork from one another, or they are both forked from a common ancestor and this is the reason why there are almost no changes in the code.Apology
Oops, I accidentally merged this PR instead of #1375. Sorry for that. As the change should be arbitrary, I won't revert it for now unless any of you have objections. Over and out.
Resolves #1378