LandingPage/ImagesTable: Shrink headings
This bumps the "Blueprints" and "All images" headings from 2XL to XL as per mocks.
This commit is contained in:
parent
594ef0f6a7
commit
7e02a3adad
2 changed files with 2 additions and 2 deletions
|
|
@ -124,7 +124,7 @@ const ImagesTableToolbar: React.FC<imagesTableToolbarProps> = ({
|
|||
/>
|
||||
<Toolbar>
|
||||
<ToolbarContent>
|
||||
<Title headingLevel="h1">
|
||||
<Title headingLevel="h2">
|
||||
{selectedBlueprintName
|
||||
? `${selectedBlueprintName} images`
|
||||
: 'All images'}
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ export const LandingPage = () => {
|
|||
>
|
||||
<Toolbar>
|
||||
<ToolbarContent>
|
||||
<Title headingLevel="h1">{'Blueprints'}</Title>
|
||||
<Title headingLevel="h2">{'Blueprints'}</Title>
|
||||
</ToolbarContent>
|
||||
</Toolbar>
|
||||
<SidebarContent hasPadding>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue