From fe04a7078f6b381d45715f80662628410ca8dc72 Mon Sep 17 00:00:00 2001 From: Akash Keshav <112591754+domesticchores@users.noreply.github.com> Date: Tue, 18 Mar 2025 13:19:41 -0400 Subject: added descriptions to funding basket. -ak --- .../src/app/components/funding-basket/funding-basket.component.html | 3 +++ 1 file changed, 3 insertions(+) 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 dd02e98..b8633b8 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 @@ -21,6 +21,9 @@ {{need.name}} +

Goal: {{need.maxGoal}}

+

Current: {{need.current}}

+

How much to Contribute:

-- cgit v1.2.3