Skip to content

Commit

Permalink
Fix highlighting on icons page
Browse files Browse the repository at this point in the history
  • Loading branch information
kyjus25 committed Mar 22, 2023
1 parent ad3cde5 commit 882040a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/app/showcase/doc/icons/downloaddoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export class DownloadDoc {
@Input() title: string;

code: Code = {
basic: `npm install primeicons`
command: `
npm install primeicons`
};
}
3 changes: 2 additions & 1 deletion src/app/showcase/doc/icons/importdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export class ImportDoc {
@Input() title: string;

code: Code = {
typescript: `@import "primeicons/primeicons.css";`
scss: `
@import "primeicons/primeicons.css";`
};
}

0 comments on commit 882040a

Please sign in to comment.