wex-ui-lib 1.3.6 → 1.3.7

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.cjs.js CHANGED
@@ -2473,11 +2473,11 @@ function Footer(props) {
2473
2473
  socialMediaUrls.twitter &&
2474
2474
  React.createElement(Icon, { icon: 'twitter', hoverColor: theme.primary, size: "40px", border: "circle", callback: function () { window.open(socialMediaUrls.twitter, "_blank"); } }),
2475
2475
  socialMediaUrls.facebook &&
2476
- React.createElement(Icon, { icon: 'facebook', hoverColor: theme.primary, size: "40px", border: "circle", callback: function () { window.open(socialMediaUrls.twitter, "_blank"); } }),
2476
+ React.createElement(Icon, { icon: 'facebook', hoverColor: theme.primary, size: "40px", border: "circle", callback: function () { window.open(socialMediaUrls.facebook, "_blank"); } }),
2477
2477
  socialMediaUrls.youtube &&
2478
- React.createElement(Icon, { icon: 'youtube', hoverColor: theme.primary, size: "40px", border: "circle", callback: function () { window.open(socialMediaUrls.twitter, "_blank"); } }),
2478
+ React.createElement(Icon, { icon: 'youtube', hoverColor: theme.primary, size: "40px", border: "circle", callback: function () { window.open(socialMediaUrls.youtube, "_blank"); } }),
2479
2479
  socialMediaUrls.linkedin &&
2480
- React.createElement(Icon, { icon: 'linkedin', hoverColor: theme.primary, size: "40px", border: "circle", callback: function () { window.open(socialMediaUrls.twitter, "_blank"); } })),
2480
+ React.createElement(Icon, { icon: 'linkedin', hoverColor: theme.primary, size: "40px", border: "circle", callback: function () { window.open(socialMediaUrls.linkedin, "_blank"); } })),
2481
2481
  React.createElement(ContactData, null,
2482
2482
  contactData.address && React.createElement("p", null, contactData.address),
2483
2483
  contactData.address2 && React.createElement("p", null, contactData.address2),