diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-03 07:58:13 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-03 07:58:13 -0400 |
commit | 27b70a790a6418aa6702f950a0f85f1d23f38ff6 (patch) | |
tree | 3abb53e386aaa70b72118ae1b30301aba0c0bab7 /ufund-ui/src/app/components/mini-need-list/mini-need-list.component.html | |
parent | cb6463630446503d441b37f3d62ec2d064b00269 (diff) | |
download | JellySolutions-27b70a790a6418aa6702f950a0f85f1d23f38ff6.tar.gz JellySolutions-27b70a790a6418aa6702f950a0f85f1d23f38ff6.tar.bz2 JellySolutions-27b70a790a6418aa6702f950a0f85f1d23f38ff6.zip |
Added dollar signs and other small additions to needs
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.html | 2 |
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 a2de9e5..9febfa5 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,6 +1,6 @@ <div id="header"> <span>{{jtitle}}</span> - <a [routerLink]="url">Show All<span class="icon">arrow_forward_ios</span></a> + <a *ngIf="url" [routerLink]="url">Show All<span class="icon">arrow_forward_ios</span></a> </div> <div id="needList"> |