From ceb3c7ec07737fec1c47d801f99c6a941e60ef62 Mon Sep 17 00:00:00 2001 From: Ane Date: Fri, 30 Aug 2024 15:46:52 +0200 Subject: [PATCH] refactor: Rename CustomLink component property to 'component' --- src/components/link/CustomLink.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/link/CustomLink.stories.tsx b/src/components/link/CustomLink.stories.tsx index 783df3c16..856cf24a7 100644 --- a/src/components/link/CustomLink.stories.tsx +++ b/src/components/link/CustomLink.stories.tsx @@ -4,7 +4,7 @@ import { LinkType } from "studio/lib/payloads/navigation"; const meta: Meta = { title: "Components/Links/CustomLink", - CustomLink, + component: CustomLink, parameters: { a11y: { element: "a",