@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.js CHANGED
@@ -5565,9 +5565,11 @@ var Header = ({
5565
5565
  {
5566
5566
  type: "button",
5567
5567
  onClick: (event) => {
5568
- handleAddFundingClick(event);
5568
+ event?.preventDefault();
5569
+ closeMenus();
5570
+ onSettingsClick?.();
5569
5571
  },
5570
- children: /* @__PURE__ */ jsxRuntime.jsx(MenuItem, { children: "Add funding" })
5572
+ children: /* @__PURE__ */ jsxRuntime.jsx(MenuItem, { children: "Refer" })
5571
5573
  }
5572
5574
  ),
5573
5575
  onSettingsClick && /* @__PURE__ */ jsxRuntime.jsx(