diff --git a/src/stories/Button.stories.ts b/src/stories/Button.stories.ts index cd1019f..099d732 100644 --- a/src/stories/Button.stories.ts +++ b/src/stories/Button.stories.ts @@ -16,7 +16,7 @@ const meta = { argTypes: { backgroundColor: { control: 'color' }, }, - // Use `fn` to spy on the onClick arg, which will appear in the actions panel once invoked: https://storybook.js.org/docs/essentials/actions#action-args + // Use `fn` to spy on the onClick arg, which will appear in the actions panel once invoked: https://storybook.js.org/docs/essentials/actions#story-args // args: { onClick: fn() }, } satisfies Meta;