diff options
author | benal01 <bja4245@rit.edu> | 2025-03-17 22:02:12 -0400 |
---|---|---|
committer | benal01 <bja4245@rit.edu> | 2025-03-17 22:02:12 -0400 |
commit | 7dead0216c5847ed808bebaae106137be19784d4 (patch) | |
tree | baa28f9d259e438953618aa88a637c4311a4a307 /ufund-ui/src/app/components/dashboard/dashboard.component.html | |
parent | 3f8a523dbbfcbfed875adc383d91ef6143b651cb (diff) | |
download | JellySolutions-7dead0216c5847ed808bebaae106137be19784d4.tar.gz JellySolutions-7dead0216c5847ed808bebaae106137be19784d4.tar.bz2 JellySolutions-7dead0216c5847ed808bebaae106137be19784d4.zip |
back button for needs and dashboard
Diffstat (limited to 'ufund-ui/src/app/components/dashboard/dashboard.component.html')
-rw-r--r-- | ufund-ui/src/app/components/dashboard/dashboard.component.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/dashboard/dashboard.component.html b/ufund-ui/src/app/components/dashboard/dashboard.component.html index 09dc311..fc8baf0 100644 --- a/ufund-ui/src/app/components/dashboard/dashboard.component.html +++ b/ufund-ui/src/app/components/dashboard/dashboard.component.html @@ -1,4 +1,5 @@ <h1>Dashboard</h1> +<input type="button" value="Back to Login" (click)="back()"> <app-cupboard></app-cupboard> -<app-funding-basket></app-funding-basket> +<app-funding-basket></app-funding-basket>
\ No newline at end of file |