Merge pull request #14641 from backstage/emmaindal/search-alpha-label

[Search] remove search alpha label in header
This commit is contained in:
Patrik Oldsberg
2022-11-22 13:37:26 +01:00
committed by GitHub
@@ -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}>