From f56c163ff69746684dc79f493a2e9443a13ee1b3 Mon Sep 17 00:00:00 2001 From: ap-justin <89639563+ap-justin@users.noreply.github.com> Date: Fri, 6 Sep 2024 22:28:33 +0800 Subject: [PATCH] fonts --- .../Charity/Dashboard/Schedule/Schedule.tsx | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/pages/Admin/Charity/Dashboard/Schedule/Schedule.tsx b/src/pages/Admin/Charity/Dashboard/Schedule/Schedule.tsx index 236471d253..bff0385fc2 100644 --- a/src/pages/Admin/Charity/Dashboard/Schedule/Schedule.tsx +++ b/src/pages/Admin/Charity/Dashboard/Schedule/Schedule.tsx @@ -39,10 +39,23 @@ export function Schedule(props: Props) { return (
-
+

Allocation Settings

+ + } + > + + We process donations monthly, with a minimum balance requirement of + ${MIN_PROCESSING_AMOUNT} per bucket. If your balance in any bucket + is below ${MIN_PROCESSING_AMOUNT}, it will be carried over to the + next month until it exceeds $50 + + + {presetOpt ? ( -
+
{presetOpt.icon} {presetOpt.label}
@@ -99,24 +112,11 @@ export function Schedule(props: Props) { pct={endow?.allocation?.lock ?? 50} />
-

- Will take effect on: {props.periodNext}{" "} - +

+ Will take effect on: {props.periodNext} + in {props.periodRemaining} - - } - > - - We process donations monthly, with a minimum balance requirement of - ${MIN_PROCESSING_AMOUNT} per bucket. If your balance in any bucket - is below ${MIN_PROCESSING_AMOUNT}, it will be carried over to the - next month until it exceeds $50 - - -

);