Skip to content

Commit 442b574

Browse files
Fix missing build sidebar error icon (#3806)
The build sidebar currently only renders the warning icon, when it should render both the warning and error icons when appropriate. This PR fixes the issue by properly importing the error icon.
1 parent 7141dc8 commit 442b574

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

resources/js/vue/components/shared/BuildSidebar.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ import {
114114
faWrench,
115115
faHammer,
116116
faTriangleExclamation,
117+
faCircleExclamation,
117118
faFlask,
118119
faUmbrella,
119120
faBug,
@@ -217,6 +218,7 @@ export default {
217218
faWrench,
218219
faHammer,
219220
faTriangleExclamation,
221+
faCircleExclamation,
220222
faFlask,
221223
faUmbrella,
222224
faBug,

0 commit comments

Comments
 (0)