Skip to content

Commit

Permalink
Merge pull request #6082 from pratheeshp007/fix-p-message-icon
Browse files Browse the repository at this point in the history
#5894 - corrected the icon class name for warning message
  • Loading branch information
cagataycivici authored Jul 26, 2018
2 parents aaefeea + e2f8136 commit d825717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/message/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class UIMessage {
break;

case 'warn':
icon = 'pi pi-ex';
icon = 'pi pi-exclamation-triangle';
break;

default:
Expand Down

0 comments on commit d825717

Please sign in to comment.