chore: remove the Lifecycle components
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user