@algorithm-shift/design-system 1.2.16 → 1.2.17

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.js CHANGED
@@ -1966,7 +1966,7 @@ var Logo = ({
1966
1966
  "p-0"
1967
1967
  ),
1968
1968
  style,
1969
- children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("img", { src: "/logo_placeholder.png", alt: altText, className: "opacity-50", width: 150, height: 80 })
1969
+ children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("img", { src: "./logo_placeholder.png", alt: altText, className: "opacity-50", width: 150, height: 80 })
1970
1970
  }
1971
1971
  );
1972
1972
  }