From 521c8a49bbebb514a0a309a4f4f28d6e1204b7d2 Mon Sep 17 00:00:00 2001 From: Gunther6070 Date: Tue, 18 Mar 2025 14:45:26 -0400 Subject: Removed back button from dashboard and added back to the needs page --- ufund-ui/src/app/components/dashboard/dashboard.component.html | 1 - ufund-ui/src/app/components/need-page/need-page.component.html | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ufund-ui/src/app/components/dashboard/dashboard.component.html b/ufund-ui/src/app/components/dashboard/dashboard.component.html index fc8baf0..12ecc8b 100644 --- a/ufund-ui/src/app/components/dashboard/dashboard.component.html +++ b/ufund-ui/src/app/components/dashboard/dashboard.component.html @@ -1,5 +1,4 @@

Dashboard

- \ No newline at end of file diff --git a/ufund-ui/src/app/components/need-page/need-page.component.html b/ufund-ui/src/app/components/need-page/need-page.component.html index 8234ac7..21f0771 100644 --- a/ufund-ui/src/app/components/need-page/need-page.component.html +++ b/ufund-ui/src/app/components/need-page/need-page.component.html @@ -1,3 +1,4 @@ +

Viewing Need: {{need?.name}}

internal id: {{need?.id}}
-- cgit v1.2.3