Skip to content

Commit

Permalink
refactor: Rename CustomLink component property to 'component'
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Aug 30, 2024
1 parent ed14684 commit ceb3c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/link/CustomLink.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { LinkType } from "studio/lib/payloads/navigation";

const meta: Meta<typeof CustomLink> = {
title: "Components/Links/CustomLink",
CustomLink,
component: CustomLink,
parameters: {
a11y: {
element: "a",
Expand Down

0 comments on commit ceb3c7e

Please sign in to comment.