Skip to content

Commit

Permalink
Add faCertificate to icon library
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Aug 8, 2023
1 parent 1cb5eba commit 15d2d6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
faShuffle,
faThumbsUp,
faThumbsDown,
faPlay,
faPlay, faCertificate,
} from '@fortawesome/free-solid-svg-icons';

import { AppRoutingModule } from './app-routing.module';
Expand Down Expand Up @@ -157,5 +157,6 @@ export class AppModule {
library.addIcons(faThumbsUp)
library.addIcons(faThumbsDown)
library.addIcons(faPlay)
library.addIcons(faCertificate)
}
}

0 comments on commit 15d2d6c

Please sign in to comment.