Skip to content

Commit

Permalink
use viewport for dropdownnav stories
Browse files Browse the repository at this point in the history
  • Loading branch information
winkerVSbecks committed Jul 29, 2024
1 parent 9e85266 commit 762f642
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Navigation/DropdownNav.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ import { DropdownNav } from "./DropdownNav";
const meta = {
title: "Components/DropdownNav",
component: DropdownNav,
parameters: {
viewport: {
defaultViewport: "mobile2",
},
},
} satisfies Meta<typeof DropdownNav>;

export default meta;
Expand Down

0 comments on commit 762f642

Please sign in to comment.