File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ exports[`ConfirmEmailBanner snapshot Show on unverified 1`] = `
55
55
onClose = { [MockFunction closeConfirmModal ]}
56
56
title = " "
57
57
>
58
- <h4
58
+ <h2
59
59
className = " text-center p-3 h1"
60
60
>
61
61
Confirm your email
62
- </h4 >
62
+ </h2 >
63
63
<p
64
64
className = " text-center"
65
65
>
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export const ConfirmEmailBanner = () => {
64
64
</ Button >
65
65
) }
66
66
>
67
- < h4 className = "text-center p-3 h1" > { formatMessage ( messages . confirmEmailModalHeader ) } </ h4 >
67
+ < h2 className = "text-center p-3 h1" > { formatMessage ( messages . confirmEmailModalHeader ) } </ h2 >
68
68
< p className = "text-center" > { formatMessage ( messages . confirmEmailModalBody ) } </ p >
69
69
</ MarketingModal >
70
70
</ >
You can’t perform that action at this time.
0 commit comments