Skip to content

Commit

Permalink
update carrd title client card
Browse files Browse the repository at this point in the history
  • Loading branch information
huynvn97 committed Sep 25, 2024
1 parent c4d7ed4 commit 086cd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/client/client.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<div class="row row-cols-1 row-cols-md-3 g-4" *ngIf="clients">
<div class="col" *ngFor="let client of clients | search : searchTerm">
<div class="card m-2 h-100" [routerLink]="['/client', client.client_id]">
<div class="card-header text-truncate fs-4">
<div class="card-header">
<i
class="fa fa-lock text-secondary"
*ngIf="client.token_endpoint_auth_method != 'none'"
Expand Down

0 comments on commit 086cd3f

Please sign in to comment.