We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e307d commit 7e3c9dcCopy full SHA for 7e3c9dc
src/components/Banner/MucBanner.vue
@@ -73,7 +73,7 @@ const typeIcon = computed(() => {
73
return "#icon-check";
74
case "warning":
75
case "emergency":
76
- return "#icon-warning"
+ return "#icon-warning";
77
case "info":
78
default:
79
return "#icon-information";
0 commit comments