LandingPage: Remove "New" label from Immutable tab

This removes "New" label from the Immutable tab.
This commit is contained in:
regexowl 2024-04-16 10:35:59 +02:00 committed by Lucas Garfield
parent dbeee5d066
commit a7962258e8

View file

@ -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)'}