LandingPage: Add "New" label to Immutable tab

This adds "New" label to the Immutable (OSTree) tab as per recent mocks.
This commit is contained in:
regexowl 2023-07-13 11:09:04 +02:00 committed by Sanne Raymaekers
parent 25d3b89b26
commit ea89a92bf1

View file

@ -5,6 +5,7 @@ import {
AlertActionCloseButton,
Button,
ExpandableSection,
Label,
Popover,
Tabs,
Tab,
@ -186,7 +187,14 @@ export const LandingPage = () => {
</Tab>
<Tab
eventKey={1}
title={<TabTitleText>Immutable (OSTree)</TabTitleText>}
title={
<TabTitleText>
<Label isCompact color="blue">
New
</Label>{' '}
Immutable (OSTree)
</TabTitleText>
}
>
<EdgeImagesTable />
</Tab>