@loafmarkets/ui 0.1.292 → 0.1.293

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
@@ -13878,10 +13878,7 @@ function PortfolioActivityPanel({
13878
13878
  onPositionClick?.(pos.tokenName, pos.isIpoAllocation);
13879
13879
  }, children: [
13880
13880
  /* @__PURE__ */ jsxRuntime.jsx(CCellLabel, { children: "Asset" }),
13881
- /* @__PURE__ */ jsxRuntime.jsxs(CAssetName, { children: [
13882
- pos.imageUrl && /* @__PURE__ */ jsxRuntime.jsx(CAssetLogo, { src: pos.imageUrl, alt: "" }),
13883
- pos.tokenName
13884
- ] })
13881
+ /* @__PURE__ */ jsxRuntime.jsx(CAssetName, { children: pos.tokenName })
13885
13882
  ] }),
13886
13883
  /* @__PURE__ */ jsxRuntime.jsxs(CUnitsCell, { children: [
13887
13884
  /* @__PURE__ */ jsxRuntime.jsx(CCellLabel, { children: "Units" }),
@@ -14887,7 +14884,7 @@ var CAssetName = styled9__default.default.div`
14887
14884
  align-items: center;
14888
14885
  gap: 0.3rem;
14889
14886
  `;
14890
- var CAssetLogo = styled9__default.default.img`
14887
+ styled9__default.default.img`
14891
14888
  width: 22px;
14892
14889
  height: 22px;
14893
14890
  border-radius: 4px;