@tripian/react 6.0.51 → 6.0.53

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/index.js CHANGED
@@ -21279,7 +21279,7 @@ var InfoBox = function (_a) {
21279
21279
  return (react_1.default.createElement("div", { className: InfoBox_scss_1.default.infoBox },
21280
21280
  react_1.default.createElement("div", { className: InfoBox_scss_1.default.infoBoxContent },
21281
21281
  react_1.default.createElement("div", { className: InfoBox_scss_1.default.infoIconContent },
21282
- react_1.default.createElement("svg", { className: InfoBox_scss_1.default.infoIcon, "data-src": "https://_kkjriasdbi34.tripian.com/".concat(iconUrl), fill: "currentColor" })),
21282
+ react_1.default.createElement("svg", { className: InfoBox_scss_1.default.infoIcon, "data-src": iconUrl, fill: "currentColor" })),
21283
21283
  react_1.default.createElement("div", { className: InfoBox_scss_1.default.infoBoxTitle }, title),
21284
21284
  react_1.default.createElement("div", { className: InfoBox_scss_1.default.infoBoxDesc }, description))));
21285
21285
  };