Skip to content

Commit 4a6cd88

Browse files
committed
removing FA icon from alert
1 parent 27b77b6 commit 4a6cd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/FormioLoader/FormioLoader.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const customFn = () => {
108108
en: {
109109
pattern: "Must use the format shown",
110110
error:
111-
'<h2><span class="fa fa-exclamation-triangle"></span> Please check your answers</h2>',
111+
'<h2 class="alert-heading">Please check your answers</h2>',
112112
complete: "Custom complete message",
113113
},
114114
},

0 commit comments

Comments
 (0)