Skip to content

Commit

Permalink
fix(ts/components/detourFinishedPanel): style heading with __h1 cla…
Browse files Browse the repository at this point in the history
…ss (#2490)
  • Loading branch information
firestack authored Mar 11, 2024
1 parent 2556c13 commit 7ded433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/components/detours/detourFinishedPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const DetourFinishedPanel = ({
}) => (
<Panel as="article">
<Panel.Header className="">
<h1 className="c-diversion-panel__h2 my-3">Share Detour Details</h1>
<h1 className="c-diversion-panel__h1 my-3">Share Detour Details</h1>
</Panel.Header>

<Panel.Body className="d-flex flex-column">
Expand Down

0 comments on commit 7ded433

Please sign in to comment.