diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-04-01 02:16:04 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-04-01 02:16:04 -0400 |
commit | 0e9c0803e35a23ef2e873dc7ebf224a49a92f207 (patch) | |
tree | 98583e1b1d21d1a0cc57e8ff3489fbbf758eccff /ufund-ui/src/app/components/dashboard/dashboard.component.html | |
parent | 61daadccf89b2b84820386558ac454c0123d4299 (diff) | |
download | JellySolutions-0e9c0803e35a23ef2e873dc7ebf224a49a92f207.tar.gz JellySolutions-0e9c0803e35a23ef2e873dc7ebf224a49a92f207.tar.bz2 JellySolutions-0e9c0803e35a23ef2e873dc7ebf224a49a92f207.zip |
Get everything working enough to go in main
Diffstat (limited to 'ufund-ui/src/app/components/dashboard/dashboard.component.html')
-rw-r--r-- | ufund-ui/src/app/components/dashboard/dashboard.component.html | 2 |
1 files changed, 1 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 330d1f3..6a95ecd 100644 --- a/ufund-ui/src/app/components/dashboard/dashboard.component.html +++ b/ufund-ui/src/app/components/dashboard/dashboard.component.html @@ -2,4 +2,4 @@ <h1>Your Dashboard</h1> <app-mini-need-list [needList]="topNeeds" jtitle="Top needs" url="/cupboard"/> <app-mini-need-list [needList]="almostThere" jtitle="Almost there" url="/cupboard"/> -<app-mini-need-list [needList]="inBasket" jtitle="In your basket" url="/cupboard"/> +<app-mini-need-list [needList]="inBasket" jtitle="In your basket" url="/basket"/> |