From 2552ef6a1805404add60aa93a757556549f94a05 Mon Sep 17 00:00:00 2001 From: sowgro Date: Tue, 8 Apr 2025 12:26:45 -0400 Subject: Add overfund warning --- .../components/funding-basket/funding-basket.component.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ufund-ui/src/app/components/funding-basket/funding-basket.component.html') diff --git a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html index fa17b10..97375de 100644 --- a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html +++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html @@ -1,3 +1,14 @@ + +
+

Overfund Notice

+

One or more of the needs in your basket will be overfunded.

+
+ + +
+
+
+
@if ((authService.getCurrentUserSubject() | async)?.type === userType.HELPER) {

Funding Basket

-- cgit v1.2.3