@loafmarkets/ui 0.1.390 → 0.1.391

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
@@ -5540,9 +5540,11 @@ var Header = ({
5540
5540
  {
5541
5541
  type: "button",
5542
5542
  onClick: (event) => {
5543
- handleAddFundingClick(event);
5543
+ event?.preventDefault();
5544
+ closeMenus();
5545
+ onSettingsClick?.();
5544
5546
  },
5545
- children: /* @__PURE__ */ jsx(MenuItem, { children: "Add funding" })
5547
+ children: /* @__PURE__ */ jsx(MenuItem, { children: "Refer" })
5546
5548
  }
5547
5549
  ),
5548
5550
  onSettingsClick && /* @__PURE__ */ jsx(