Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablosanqt committed Oct 23, 2024
1 parent 2890d04 commit 2ea5314
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class ProfilePictureComponent implements OnInit, OnChanges {
fontSize: string;

// Icons
faCog = faCog;
protected readonly faCog = faCog;

ngOnInit(): void {
this.updateImageData();
Expand Down

0 comments on commit 2ea5314

Please sign in to comment.