aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/need-list
diff options
context:
space:
mode:
authorbenal01 <bja4245@rit.edu>2025-03-29 15:01:12 -0400
committerbenal01 <bja4245@rit.edu>2025-03-29 15:01:12 -0400
commite0a3f2c2c0fec40aa50c8889e343a1dbc7f9d7fb (patch)
tree7b8c9811964e566ed4bc930e929301990538b82e /ufund-ui/src/app/components/need-list
parent61b5b762b150c82e7d48190bcfe3416bfea96059 (diff)
downloadJellySolutions-e0a3f2c2c0fec40aa50c8889e343a1dbc7f9d7fb.tar.gz
JellySolutions-e0a3f2c2c0fec40aa50c8889e343a1dbc7f9d7fb.tar.bz2
JellySolutions-e0a3f2c2c0fec40aa50c8889e343a1dbc7f9d7fb.zip
API functionality for urgency and location
Diffstat (limited to 'ufund-ui/src/app/components/need-list')
-rw-r--r--ufund-ui/src/app/components/need-list/need-list.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/need-list/need-list.component.html b/ufund-ui/src/app/components/need-list/need-list.component.html
index 5e9a540..ed151a3 100644
--- a/ufund-ui/src/app/components/need-list/need-list.component.html
+++ b/ufund-ui/src/app/components/need-list/need-list.component.html
@@ -28,7 +28,7 @@
<ul>
<li *ngFor="let need of searchResults" id="need-button-{{need.id}}">
<button [routerLink]="'/need/' + need.id" (mouseenter) ="changeText(need.id, '(details)')" (mouseleave)="changeText(need.id, '')">
- <p>{{need.name}}<span id="hover-status-label-{{need.id}}"> </span></p>
+ <p>{{need.name}} <span id="hover-status-label-{{need.id}}"> </span></p>
</button>
<button (click)="add(need)" *ngIf="isHelper()">Add To Basket</button>