We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd166a0 + fc8a2b8 commit d12ccabCopy full SHA for d12ccab
src/components/icons/Icons.stories.tsx
@@ -90,8 +90,9 @@ import {
90
} from "./wallets"
91
92
export default {
93
+ title: "Atoms / Media & Icons / Icons",
94
component: VStack,
-} as Meta<typeof VStack>
95
+} satisfies Meta<typeof VStack>
96
97
const iconsDefinitions = [
98
CorrectIcon,
@@ -193,7 +194,7 @@ const items = iconsDefinitions.map((IconDef) => (
193
194
</Box>
195
))
196
-export const IconsList: StoryObj<typeof VStack> = {
197
+export const Icons: StoryObj<typeof VStack> = {
198
render: () => {
199
return (
200
<VStack
0 commit comments