Merge pull request #22405 from awanlin/topic/template-remove-alpha-symbol

Removed alpha symbol from Task List header
This commit is contained in:
Patrik Oldsberg
2024-01-21 11:33:08 +01:00
committed by GitHub
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>