aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/mini-need-list/mini-need-list.component.html
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-04-04 23:14:14 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-04-04 23:14:14 -0400
commit7c49fcd788692a898e985cb156dd9fd910c05790 (patch)
treefad3944da55014731cf0455ea416df72c16ebb4c /ufund-ui/src/app/components/mini-need-list/mini-need-list.component.html
parentf70e86470f7083cda1949ff97556d9e39578ce1d (diff)
downloadJellySolutions-7c49fcd788692a898e985cb156dd9fd910c05790.tar.gz
JellySolutions-7c49fcd788692a898e985cb156dd9fd910c05790.tar.bz2
JellySolutions-7c49fcd788692a898e985cb156dd9fd910c05790.zip
Add new authentication to dashboard, cleanup
Diffstat (limited to 'ufund-ui/src/app/components/mini-need-list/mini-need-list.component.html')
-rw-r--r--ufund-ui/src/app/components/mini-need-list/mini-need-list.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/mini-need-list/mini-need-list.component.html b/ufund-ui/src/app/components/mini-need-list/mini-need-list.component.html
index 9febfa5..91f51cf 100644
--- a/ufund-ui/src/app/components/mini-need-list/mini-need-list.component.html
+++ b/ufund-ui/src/app/components/mini-need-list/mini-need-list.component.html
@@ -1,5 +1,5 @@
<div id="header">
- <span>{{jtitle}}</span>
+ <span>{{label}}</span>
<a *ngIf="url" [routerLink]="url">Show All<span class="icon">arrow_forward_ios</span></a>
</div>