Merge pull request #14641 from backstage/emmaindal/search-alpha-label
[Search] remove search alpha label in header
This commit is contained in:
@@ -19,7 +19,6 @@ import {
|
||||
Content,
|
||||
DocsIcon,
|
||||
Header,
|
||||
Lifecycle,
|
||||
Page,
|
||||
useSidebarPinState,
|
||||
} from '@backstage/core-components';
|
||||
@@ -66,7 +65,7 @@ const SearchPage = () => {
|
||||
|
||||
return (
|
||||
<Page themeId="home">
|
||||
{!isMobile && <Header title="Search" subtitle={<Lifecycle alpha />} />}
|
||||
{!isMobile && <Header title="Search" />}
|
||||
<Content>
|
||||
<Grid container direction="row">
|
||||
<Grid item xs={12}>
|
||||
|
||||
Reference in New Issue
Block a user