From 64b24d25034f6c36631cfbb87b014c14c89033f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Sch=C3=BCrch?= Date: Fri, 13 Dec 2024 14:41:00 +0100 Subject: [PATCH] chore(documentation): update header title --- .../documentation/src/stories/modules/header/header.stories.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation/src/stories/modules/header/header.stories.ts b/packages/documentation/src/stories/modules/header/header.stories.ts index 0fd5a4a487..06546b6b31 100644 --- a/packages/documentation/src/stories/modules/header/header.stories.ts +++ b/packages/documentation/src/stories/modules/header/header.stories.ts @@ -4,7 +4,7 @@ import HeaderMarkup from './components/header.markup'; const meta: MetaComponent = { id: 'header', - title: 'Modules/Header/Header', + title: 'Modules/Header', tags: ['package:HTML'], parameters: { layout: 'fullscreen',