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:
parent
25d3b89b26
commit
ea89a92bf1
1 changed files with 9 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue