Skip to content

Commit

Permalink
Fix code view
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens committed Dec 9, 2024
1 parent 6a8eb2a commit c915f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storybook/src/components/Header/Header.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ export const WithoutMenuButtonOnWideScreen: Story = {
args: {
appName: 'Aan de Amsterdamse grachten',
menuItems: [
WithoutMenuButtonOnWideScreenStoryLinks.map(({ label, href }) => (
...WithoutMenuButtonOnWideScreenStoryLinks.map(({ label, href }) => (
<Header.MenuLink key={label} href={href}>
{label}
</Header.MenuLink>
)),
<Header.MenuLink key={2} href="#" fixed>
<Header.MenuLink key="Zoeken" href="#" fixed>
Zoeken
</Header.MenuLink>,
],
Expand Down

0 comments on commit c915f14

Please sign in to comment.