Skip to content

Commit

Permalink
fix(web): ensure consistent header rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Feb 3, 2025
1 parent 5a21f50 commit 4578706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/storage/PartitionPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ export default function PartitionPage() {
return (
<Page id="partitionPage">
<Page.Header>
<h2>{sprintf(_("Define partition at %s"), device.name)}</h2>
<Content component="h2">{sprintf(_("Define partition at %s"), device.name)}</Content>
</Page.Header>

<Page.Content>
Expand Down

0 comments on commit 4578706

Please sign in to comment.