Skip to content

Commit 2836c5f

Browse files
Merge pull request #947 from qld-gov-au/QOLSVC-12719-removing-icon-from-alert
Qolsvc 12719 removing icon from alert
2 parents 1359b03 + 4a6cd88 commit 2836c5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/config/createForm.options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
en: {
1212
pattern: "Must use the format shown",
1313
error:
14-
'<h2><span class="fa fa-exclamation-triangle"></span> Please check your answers</h2>',
14+
'<h2 class="alert-heading">Please check your answers</h2>',
1515
},
1616
},
1717
};

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)