@loafmarkets/ui 0.1.22 → 0.1.23
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6053,7 +6053,7 @@ var LoginPopup = ({
|
|
|
6053
6053
|
/* @__PURE__ */ jsxRuntime.jsxs(FundingCard, { children: [
|
|
6054
6054
|
/* @__PURE__ */ jsxRuntime.jsx(FundingCardLabel, { children: "How much would you like to transfer?" }),
|
|
6055
6055
|
/* @__PURE__ */ jsxRuntime.jsxs(FundingInputWrapper, { children: [
|
|
6056
|
-
/* @__PURE__ */ jsxRuntime.jsx(FundingCurrencyLabel, { children: "
|
|
6056
|
+
/* @__PURE__ */ jsxRuntime.jsx(FundingCurrencyLabel, { children: "USD" }),
|
|
6057
6057
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
6058
6058
|
FundingAmountInput,
|
|
6059
6059
|
{
|