LandingPage: Remove "New" label from Immutable tab
This removes "New" label from the Immutable tab.
This commit is contained in:
parent
dbeee5d066
commit
a7962258e8
1 changed files with 1 additions and 9 deletions
|
|
@ -2,7 +2,6 @@ import React, { useEffect, useState } from 'react';
|
|||
|
||||
import {
|
||||
Button,
|
||||
Label,
|
||||
Popover,
|
||||
Tabs,
|
||||
Tab,
|
||||
|
|
@ -143,14 +142,7 @@ export const LandingPage = () => {
|
|||
</Tab>
|
||||
<Tab
|
||||
eventKey={1}
|
||||
title={
|
||||
<TabTitleText>
|
||||
<Label isCompact color="blue">
|
||||
New
|
||||
</Label>{' '}
|
||||
Immutable (OSTree){' '}
|
||||
</TabTitleText>
|
||||
}
|
||||
title={<TabTitleText>Immutable (OSTree) </TabTitleText>}
|
||||
actions={
|
||||
<HelpPopover
|
||||
header={'Immutable (OSTree)'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue