Skip to content

Commit 4ce2cfd

Browse files
fix icon in alerts
1 parent 738ad70 commit 4ce2cfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/components/ui-components/alert/alert.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class AlertComponent implements OnInit {
2222
public icons = {
2323
error: 'error_outline',
2424
warning: 'warning_amber',
25-
info: 'info_outline',
25+
info: 'info',
2626
success: 'task_alt'
2727
}
2828

0 commit comments

Comments
 (0)