Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Luqmaan Essop committed Jun 19, 2024
1 parent 95a8bc2 commit dc26f6c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/ui/src/components/Organisms/Header.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,23 @@ export const Idle = {
],
},
],
metaNavigation: [
{
locale: Locale.En,
items: [
{
id: '1',
title: 'Imprint',
target: '/imprint' as Url,
},
{
id: '2',
title: 'Privacy',
target: '/privacy' as Url,
},
],
},
],
},
} satisfies StoryObj<FrameQuery>;

Expand Down

0 comments on commit dc26f6c

Please sign in to comment.