chore: remove fragments

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-03-16 11:43:38 +01:00
parent 66769117e4
commit 0db6e76f67
3 changed files with 3 additions and 3 deletions
@@ -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>