mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alert: Change error icon to exclamation-circle (#71397)
This commit is contained in:
@@ -101,6 +101,7 @@ Alert.displayName = 'Alert';
|
||||
export const getIconFromSeverity = (severity: AlertVariant): IconName => {
|
||||
switch (severity) {
|
||||
case 'error':
|
||||
return 'exclamation-circle';
|
||||
case 'warning':
|
||||
return 'exclamation-triangle';
|
||||
case 'info':
|
||||
|
||||
Reference in New Issue
Block a user