remove title on template list page

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2024-09-09 14:30:04 +02:00
parent a8bcbe656d
commit 5762437bdf
@@ -177,7 +177,7 @@ export const TemplateListPage = (props: TemplateListPageProps) => {
<ScaffolderPageContextMenu {...scaffolderPageContextMenuProps} />
</Header>
<Content>
<ContentHeader title={t('templateListPage.contentHeader.title')}>
<ContentHeader>
<RegisterExistingButton
title={t(
'templateListPage.contentHeader.registerExistingButtonTitle',