Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
shewood committed Oct 23, 2023
1 parent 45a31cb commit ac362fd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pages/privacy-notice-terms-conditions.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ export default function PrivacyCondition(props) {
<ContextualAlert
id="PrivacyCondition-alert"
type={props.content.alert.type}
message_heading={
<>
<h2>Information</h2>
</>
}
message_heading={<h2>Information</h2>}
message_body={props.content.alert.text}
alert_icon_alt_text="info icon"
alert_icon_id="info-icon"
Expand Down

0 comments on commit ac362fd

Please sign in to comment.