added a "$" in front of the membership dollar amounts

pull/3/head
Chris Veilleux 2019-03-25 19:15:40 -05:00
parent fe955c5e15
commit 4e50f9be3c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
[value]="membership.type" [value]="membership.type"
> >
<h3 class="mat-h3">{{membership.type}}</h3> <h3 class="mat-h3">{{membership.type}}</h3>
<p class="mat-body" *ngIf="membership.type != 'Maybe Later'">{{membership.rate}} USD</p> <p class="mat-body" *ngIf="membership.type != 'Maybe Later'">${{membership.rate}} USD</p>
</mat-button-toggle> </mat-button-toggle>
<mat-button-toggle [value]="'Maybe Later'"> <mat-button-toggle [value]="'Maybe Later'">
<h3 id="non-supporter" class="mat-h3">Maybe Later</h3> <h3 id="non-supporter" class="mat-h3">Maybe Later</h3>