@royaloperahouse/chord 2.4.0-d-chord-development → 2.4.0-e-chord-development

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/chord.esm.js CHANGED
@@ -5629,11 +5629,13 @@ var Logo = function Logo(_ref) {
5629
5629
  _ref$dataRoh = _ref.dataRoh,
5630
5630
  dataRoh = _ref$dataRoh === void 0 ? 'imgLogo' : _ref$dataRoh,
5631
5631
  _ref$urlLink = _ref.urlLink,
5632
- urlLink = _ref$urlLink === void 0 ? 'https://www.roh.org.uk/' : _ref$urlLink,
5632
+ urlLink = _ref$urlLink === void 0 ? 'https://www.rbo.org.uk/' : _ref$urlLink,
5633
5633
  desktopImage = _ref.desktopImage,
5634
5634
  devicesImage = _ref.devicesImage,
5635
5635
  _ref$title = _ref.title,
5636
- title = _ref$title === void 0 ? 'Royal Opera House' : _ref$title;
5636
+ title = _ref$title === void 0 ? 'Royal Ballet and Opera' : _ref$title,
5637
+ _ref$altText = _ref.altText,
5638
+ altText = _ref$altText === void 0 ? 'Royal Ballet and Opera Homepage' : _ref$altText;
5637
5639
  return /*#__PURE__*/React__default.createElement("a", {
5638
5640
  "data-roh": dataRoh,
5639
5641
  rel: "noopener noreferrer",
@@ -5646,7 +5648,8 @@ var Logo = function Logo(_ref) {
5646
5648
  srcSet: devicesImage ? devicesImage : desktopImage,
5647
5649
  media: devices.mobileAndTablet
5648
5650
  }), /*#__PURE__*/React__default.createElement("img", {
5649
- src: desktopImage
5651
+ src: desktopImage,
5652
+ alt: altText
5650
5653
  }))));
5651
5654
  };
5652
5655