Skip to content

Commit

Permalink
try h2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhep committed Jan 29, 2025
1 parent fee27e5 commit 366aca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/components/narrative/metro/metro-error-renderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Container = styled.li`
margin: 0;
padding: 0 1em;
h3 {
h2 {
grid-column: 2;
grid-row: 1;
}
Expand Down Expand Up @@ -83,11 +83,11 @@ const ErrorRenderer = ({
return (
<Container key={error}>
<Icon Icon={ExclamationCircle} size="3x" />
<h3>
<h2>
<FormattedMessage
id={`components.OTP2ErrorRenderer.${error}.header`}
/>
</h3>
</h2>
<p>
<FormattedMessage
id={`components.OTP2ErrorRenderer.${error}.body`}
Expand Down

0 comments on commit 366aca4

Please sign in to comment.