Skip to content

Commit d12ccab

Browse files
authored
Merge pull request #11016 from TylerAPfledderer/chore/Icons-story-structure
chore(Icons.stories): update storybook directory placement
2 parents dd166a0 + fc8a2b8 commit d12ccab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/icons/Icons.stories.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,9 @@ import {
9090
} from "./wallets"
9191

9292
export default {
93+
title: "Atoms / Media & Icons / Icons",
9394
component: VStack,
94-
} as Meta<typeof VStack>
95+
} satisfies Meta<typeof VStack>
9596

9697
const iconsDefinitions = [
9798
CorrectIcon,
@@ -193,7 +194,7 @@ const items = iconsDefinitions.map((IconDef) => (
193194
</Box>
194195
))
195196

196-
export const IconsList: StoryObj<typeof VStack> = {
197+
export const Icons: StoryObj<typeof VStack> = {
197198
render: () => {
198199
return (
199200
<VStack

0 commit comments

Comments
 (0)