diff options
| author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-18 07:49:29 -0400 | 
|---|---|---|
| committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-18 07:49:29 -0400 | 
| commit | bd41fc58b5537a12072625bbf75baf75d5ed2274 (patch) | |
| tree | 64f6b52fbd4714a29be0102ac988cb7ab02dbb33 /ufund-ui/src/app/components/cupboard | |
| parent | 03077b567f41aa639efa065742481e91830ade57 (diff) | |
| parent | f063bf6e8634386f6ae3a3cf13fe2228e74454c9 (diff) | |
| download | JellySolutions-bd41fc58b5537a12072625bbf75baf75d5ed2274.tar.gz JellySolutions-bd41fc58b5537a12072625bbf75baf75d5ed2274.tar.bz2 JellySolutions-bd41fc58b5537a12072625bbf75baf75d5ed2274.zip  | |
Merge branch 'main' into funding_basket
Diffstat (limited to '')
| -rw-r--r-- | ufund-ui/src/app/components/cupboard/cupboard.component.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/cupboard/cupboard.component.html b/ufund-ui/src/app/components/cupboard/cupboard.component.html index 172360d..0d64475 100644 --- a/ufund-ui/src/app/components/cupboard/cupboard.component.html +++ b/ufund-ui/src/app/components/cupboard/cupboard.component.html @@ -19,7 +19,7 @@          <input type="submit" value="Submit">      </form>      <button (click)="back()">Close</button> -    <span *ngIf="statusText">{{statusText | async}}</span> +    <span *ngIf="statusText">‼️{{statusText | async}}</span>  </div>  <div id="update-form">  | 
