@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.mjs CHANGED
@@ -1903,7 +1903,7 @@ var Logo = ({
1903
1903
  "p-0"
1904
1904
  ),
1905
1905
  style,
1906
- children: /* @__PURE__ */ jsx43("img", { src: "/logo_placeholder.png", alt: altText, className: "opacity-50", width: 150, height: 80 })
1906
+ children: /* @__PURE__ */ jsx43("img", { src: "./logo_placeholder.png", alt: altText, className: "opacity-50", width: 150, height: 80 })
1907
1907
  }
1908
1908
  );
1909
1909
  }