diff --git a/projects/account/src/app/modules/profile/membership-options/membership-options.component.html b/projects/account/src/app/modules/profile/membership-options/membership-options.component.html index f3c4315..8b5efc8 100644 --- a/projects/account/src/app/modules/profile/membership-options/membership-options.component.html +++ b/projects/account/src/app/modules/profile/membership-options/membership-options.component.html @@ -9,7 +9,7 @@ [value]="membership.type" >

{{membership.type}}

-

{{membership.rate}} USD

+

${{membership.rate}} USD

Maybe Later