Skip to content

Commit 03e307d

Browse files
committed
👌 FB JL: Warning and Emergency-Type have different icons, too
1 parent 2163e29 commit 03e307d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Banner/MucBanner.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@ const typeIcon = computed(() => {
7171
switch (props.type) {
7272
case "success":
7373
return "#icon-check";
74-
case "info":
7574
case "warning":
7675
case "emergency":
76+
return "#icon-warning"
77+
case "info":
7778
default:
7879
return "#icon-information";
7980
}

0 commit comments

Comments
 (0)