@huma-finance/widgets 0.0.61-beta.549 → 0.0.61-beta.550
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
|
@@ -6076,7 +6076,7 @@ function ChooseAmount$4(_ref) {
|
|
|
6076
6076
|
};
|
|
6077
6077
|
let info = "".concat(formatNumber(maxAmountFormatted), " Available");
|
|
6078
6078
|
if (campaign && campaignPoints > 0) {
|
|
6079
|
-
info = "You will earn ".concat(formatNumber(campaignPoints), " points for the entire ").concat(lockupPeriodMonths, " months
|
|
6079
|
+
info = "You will earn ".concat(formatNumber(campaignPoints), " Huma points for the entire ").concat(lockupPeriodMonths, " months.");
|
|
6080
6080
|
}
|
|
6081
6081
|
return jsx(InputAmountModal, {
|
|
6082
6082
|
title: "Enter Amount",
|