From 6af14c6089f0fa0924740fb6089affc545f93a81 Mon Sep 17 00:00:00 2001 From: Gunther6070 Date: Mon, 31 Mar 2025 20:51:59 -0400 Subject: Removed broken status texts which have been replaced with toasts --- ufund-ui/src/app/components/cupboard/cupboard.component.html | 5 +---- ufund-ui/src/app/components/login/login.component.html | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'ufund-ui/src') diff --git a/ufund-ui/src/app/components/cupboard/cupboard.component.html b/ufund-ui/src/app/components/cupboard/cupboard.component.html index 855bd7e..6f7799e 100644 --- a/ufund-ui/src/app/components/cupboard/cupboard.component.html +++ b/ufund-ui/src/app/components/cupboard/cupboard.component.html @@ -31,8 +31,6 @@ - {{statusText | async}} -

Update Need

@@ -53,9 +51,8 @@

- + - {{statusText | async}}

diff --git a/ufund-ui/src/app/components/login/login.component.html b/ufund-ui/src/app/components/login/login.component.html index e1c3e2a..c67b903 100644 --- a/ufund-ui/src/app/components/login/login.component.html +++ b/ufund-ui/src/app/components/login/login.component.html @@ -6,5 +6,4 @@
New? Create an account
- {{statusText | async}} -- cgit v1.2.3