@@ -82,7 +82,7 @@ export const ScaffolderPageContents = ({
|
||||
<Page themeId="home">
|
||||
<Header
|
||||
pageTitleOverride="Create a New Component"
|
||||
title={<>Create a New Component</>}
|
||||
title="Create a New Component"
|
||||
subtitle="Create new software components using standard templates"
|
||||
/>
|
||||
<Content>
|
||||
|
||||
@@ -315,7 +315,7 @@ export const TaskPage = ({ loadingText }: TaskPageProps) => {
|
||||
<Page themeId="home">
|
||||
<Header
|
||||
pageTitleOverride={`Task ${taskId}`}
|
||||
title={<>Task Activity</>}
|
||||
title="Task Activity"
|
||||
subtitle={`Activity for task: ${taskId}`}
|
||||
/>
|
||||
<Content>
|
||||
|
||||
@@ -183,7 +183,7 @@ export const TemplatePage = ({
|
||||
<Page themeId="home">
|
||||
<Header
|
||||
pageTitleOverride="Create a New Component"
|
||||
title={<>Create a New Component</>}
|
||||
title="Create a New Component"
|
||||
subtitle="Create new software components using standard templates"
|
||||
/>
|
||||
<Content>
|
||||
|
||||
Reference in New Issue
Block a user