diff --git a/src/lib/components/ui/button/button.story.tsx b/src/lib/components/ui/button/button.story.tsx index b3b05f8..20cf0ab 100644 --- a/src/lib/components/ui/button/button.story.tsx +++ b/src/lib/components/ui/button/button.story.tsx @@ -32,7 +32,7 @@ const meta: Meta = { }, onClick: { description: "The function to call when the button is clicked", - control: "function", + control: "Control", action: "clicked" } } diff --git a/src/lib/components/ui/link/link.story.tsx b/src/lib/components/ui/link/link.story.tsx index 11dd44e..568dfe8 100644 --- a/src/lib/components/ui/link/link.story.tsx +++ b/src/lib/components/ui/link/link.story.tsx @@ -18,7 +18,7 @@ const meta: Meta = { }, onClick: { description: "The function to call when the link is clicked", - control: "function", + control: "Control", action: "clicked" } }