Skip to content

Commit

Permalink
Fix Primeicons list
Browse files Browse the repository at this point in the history
  • Loading branch information
gucal committed Mar 22, 2023
1 parent 213bd07 commit 587e574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/doc/icons/listdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { IconService } from '../../service/iconservice';
<div class="card">
<div class="grid text-center">
<div class="col-12 md:col-2 mb-5" *ngFor="let icon of filteredIcons">
<i class="pi pi-{{ icon.properties.name }} text-2xl mb-3 text-color-secondary pi pi-align-center"></i>
<i class="pi pi-{{ icon.properties.name }} text-2xl mb-3 text-color-secondary"></i>
<div>pi-{{ icon.properties.name }}</div>
</div>
</div>
Expand Down

1 comment on commit 587e574

@vercel
Copy link

@vercel vercel bot commented on 587e574 Mar 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

primeng – ./

primeng-primetek.vercel.app
primeng.org
primeng-git-prod-primetek.vercel.app

Please sign in to comment.