LandingPage/ImagesTable: Shrink headings

This bumps the "Blueprints" and "All images" headings from 2XL to XL as per mocks.
This commit is contained in:
regexowl 2024-05-22 15:10:33 +02:00 committed by Amir Fefer
parent 594ef0f6a7
commit 7e02a3adad
2 changed files with 2 additions and 2 deletions

View file

@ -124,7 +124,7 @@ const ImagesTableToolbar: React.FC<imagesTableToolbarProps> = ({
/>
<Toolbar>
<ToolbarContent>
<Title headingLevel="h1">
<Title headingLevel="h2">
{selectedBlueprintName
? `${selectedBlueprintName} images`
: 'All images'}

View file

@ -83,7 +83,7 @@ export const LandingPage = () => {
>
<Toolbar>
<ToolbarContent>
<Title headingLevel="h1">{'Blueprints'}</Title>
<Title headingLevel="h2">{'Blueprints'}</Title>
</ToolbarContent>
</Toolbar>
<SidebarContent hasPadding>