Skip to content

Commit

Permalink
titleCase status on profile page; increase slug text size
Browse files Browse the repository at this point in the history
  • Loading branch information
vpchung committed Oct 26, 2023
1 parent db0c521 commit 2f02804
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ <h2>
{{ challenge.name }}
<!-- <mat-icon aria-hidden="true" class="verified">verified_outline</mat-icon> -->
</h2>
<p class="username">@{{ challenge.slug }}</p>
<p class="mat-body-strong username">@{{ challenge.slug }}</p>
<div
class="profile-type"
*ngIf="challenge.status"
[ngClass]="['status', challenge.status ? challenge.status : '']"
>
{{ challenge.status }}
{{ challenge.status | titlecase }}
</div>
</div>
</section>
Expand Down

0 comments on commit 2f02804

Please sign in to comment.