diff --git a/app/src/components/globals/formItems/ReadOnlyAlertItem.vue b/app/src/components/globals/formItems/ReadOnlyAlertItem.vue index 9f65713b..bc63ff6d 100644 --- a/app/src/components/globals/formItems/ReadOnlyAlertItem.vue +++ b/app/src/components/globals/formItems/ReadOnlyAlertItem.vue @@ -14,9 +14,9 @@ export default { data () { const icons = { success: 'thumbs-up', - info: 'info', + info: 'info-circle', warning: 'warning', - danger: 'ban' + danger: 'times' } return { icon_: (this.icon) ? this.icon : icons[this.type]