Removed alpha symbol from Task List header

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2024-01-20 10:29:55 -06:00
parent 939cbe72e7
commit da059d7488
2 changed files with 6 additions and 6 deletions
+5
View File
@@ -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>