@nnc-digital/nnc-design-system 1.0.0-alpha41 → 1.0.0-alpha42

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.
@@ -31285,7 +31285,7 @@ var DirectoryServiceList = function (_a) {
31285
31285
  lat: parseFloat((_a = service.service_at_locations[0]) === null || _a === void 0 ? void 0 : _a.latitude),
31286
31286
  lng: parseFloat((_b = service.service_at_locations[0]) === null || _b === void 0 ? void 0 : _b.longitude),
31287
31287
  label: labelLetters[index],
31288
- title: "<a href=\"".concat(directoryPath, "/").concat(service.id, "\">").concat(service.name, "</a>"),
31288
+ title: "<a href=".concat(service.id, "\">").concat(service.name, "</a>"),
31289
31289
  };
31290
31290
  }),
31291
31291
  };
@@ -31410,7 +31410,7 @@ var DirectoryServiceList = function (_a) {
31410
31410
  React.createElement(Row$1, null,
31411
31411
  React.createElement(Column, { small: "full", medium: "full", large: "full" },
31412
31412
  React.createElement(ServiceHeader, null,
31413
- React.createElement(ServiceLink$1, { href: "".concat(directoryPath, "/").concat(service.id) }, service.name),
31413
+ React.createElement(ServiceLink$1, { href: "".concat(service.id) }, service.name),
31414
31414
  showMap && (React.createElement(MarkerContainer, null,
31415
31415
  React.createElement("span", null, labelLetters[index]),
31416
31416
  React.createElement(PinIcon, { colourFill: themeContext.theme_vars.colours.action_dark }))))),