From ca4443d0d0c5e2a3ee31ffe4a957bcfc3cac8114 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sun, 6 Apr 2025 15:27:38 -0400 Subject: Complete back-merge --- ufund-ui/src/app/components/cupboard/cupboard.component.html | 6 +++--- .../src/app/components/funding-basket/funding-basket.component.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ufund-ui/src/app/components/cupboard/cupboard.component.html b/ufund-ui/src/app/components/cupboard/cupboard.component.html index 4eebc2d..8f6901a 100644 --- a/ufund-ui/src/app/components/cupboard/cupboard.component.html +++ b/ufund-ui/src/app/components/cupboard/cupboard.component.html @@ -10,13 +10,13 @@
- +
- @@ -25,7 +25,7 @@ {{sortMode === 'Ascending' ? 'arrow_upward': 'arrow_downward'}} - +

Search Results({{needs.length - searchResults.length}} needs filtered):

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 7158194..6363c68 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 @@ -3,7 +3,7 @@

Funding Basket

- + -- cgit v1.2.3