@mjhls/mjh-framework 1.0.160 → 1.0.161

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -9488,6 +9488,11 @@ var SocialShare = function SocialShare(props) {
9488
9488
  { url: shareUrl, title: shareTitle, via: shareVia },
9489
9489
  React__default.createElement(reactShare.TwitterIcon, { size: size, round: true })
9490
9490
  ),
9491
+ React__default.createElement(
9492
+ reactShare.LinkedinShareButton,
9493
+ { url: shareUrl, title: shareTitle, via: shareVia },
9494
+ React__default.createElement(reactShare.LinkedinIcon, { size: size, round: true })
9495
+ ),
9491
9496
  React__default.createElement(
9492
9497
  reactShare.PinterestShareButton,
9493
9498
  { url: shareUrl, media: shareImage, description: shareSummary },