Skip to content

Commit

Permalink
Fixed #14872 - Theming | Wrong Icon in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Feb 26, 2024
1 parent fc8747b commit 8411c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/doc/theming/builtinthemesdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Code } from '../../domain/code';
<app-docsectiontext>
<p>
PrimeNG ships with various free themes to choose from. The list below states all the available themes in the npm distribution with import paths. For a live preview, use the configurator
<span class="border-round inline-flex border-1 w-2rem h-2rem p-0 align-items-center justify-content-center bg-primary"><span class="pi pi-cog"></span></span> at the topbar to switch themes.
<span class="border-round inline-flex border-1 w-2rem h-2rem p-0 align-items-center justify-content-center bg-primary"><span class="pi pi-palette"></span></span> at the topbar to switch themes.
</p>
</app-docsectiontext>
<div class="h-20rem overflow-auto">
Expand Down

0 comments on commit 8411c35

Please sign in to comment.