Skip to content

Commit

Permalink
preview uten large
Browse files Browse the repository at this point in the history
  • Loading branch information
bdahle committed Nov 12, 2024
1 parent 0916f54 commit 159f16e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const preview: Preview = {
chromatic: {
modes: {
small: allModes['small'],
large: allModes['large'],
// large: allModes['large'],
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

0 comments on commit 159f16e

Please sign in to comment.