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