chore: remove the Lifecycle components

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-03-16 11:42:12 +01:00
parent c97fdfaed3
commit 66769117e4
3 changed files with 3 additions and 15 deletions
@@ -82,11 +82,7 @@ export const ScaffolderPageContents = ({
<Page themeId="home">
<Header
pageTitleOverride="Create a New Component"
title={
<>
Create a New Component <Lifecycle shorthand />
</>
}
title={<>Create a New Component</>}
subtitle="Create new software components using standard templates"
/>
<Content>
@@ -315,11 +315,7 @@ export const TaskPage = ({ loadingText }: TaskPageProps) => {
<Page themeId="home">
<Header
pageTitleOverride={`Task ${taskId}`}
title={
<>
Task Activity <Lifecycle alpha shorthand />
</>
}
title={<>Task Activity</>}
subtitle={`Activity for task: ${taskId}`}
/>
<Content>
@@ -183,11 +183,7 @@ export const TemplatePage = ({
<Page themeId="home">
<Header
pageTitleOverride="Create a New Component"
title={
<>
Create a New Component <Lifecycle shorthand />
</>
}
title={<>Create a New Component</>}
subtitle="Create new software components using standard templates"
/>
<Content>