Removed alpha symbol from Task List header
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Removed alpha symbol from Task List header
|
||||
@@ -18,7 +18,6 @@ import {
|
||||
EmptyState,
|
||||
ErrorPanel,
|
||||
Header,
|
||||
Lifecycle,
|
||||
Link,
|
||||
Page,
|
||||
Progress,
|
||||
@@ -139,11 +138,7 @@ export const ListTasksPage = (props: MyTaskPageProps) => {
|
||||
<Page themeId="home">
|
||||
<Header
|
||||
pageTitleOverride="Templates Tasks"
|
||||
title={
|
||||
<>
|
||||
List template tasks <Lifecycle shorthand alpha />
|
||||
</>
|
||||
}
|
||||
title={<>List template tasks</>}
|
||||
subtitle="All tasks that have been started"
|
||||
/>
|
||||
<Content>
|
||||
|
||||
Reference in New Issue
Block a user