Skip to content

Commit

Permalink
Move icon overview into assets directory
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Nov 30, 2023
1 parent 62b0391 commit c20396b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storybook/storybook-docs/config/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const parameters = {
},
options: {
storySort: {
order: ['Docs', ['Intro']],
order: ['Docs', ['Intro', 'Assets', 'Designrichtlijnen']],
},
},
viewMode: 'docs',
Expand Down
2 changes: 1 addition & 1 deletion storybook/storybook-docs/src/icon-gallery.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Meta } from "@storybook/blocks";
import { AmsterdamIconGallery } from "./components/AmsterdamIconGallery";

<Meta title="Docs/Designrichtlijnen/Iconen" />
<Meta title="Docs/Assets/Iconen" />

# Iconen

Expand Down

0 comments on commit c20396b

Please sign in to comment.