diff --git a/packages/canon/src/components/Heading/Heading.stories.tsx b/packages/canon/src/components/Heading/Heading.stories.tsx index 1357bde877..6fd5fae0fd 100644 --- a/packages/canon/src/components/Heading/Heading.stories.tsx +++ b/packages/canon/src/components/Heading/Heading.stories.tsx @@ -68,6 +68,19 @@ export const CustomTag: Story = { }, }; +export const WrappedInLink: Story = { + args: { + ...Default.args, + }, + decorators: [ + Story => ( + + + + ), + ], +}; + export const Playground: Story = { render: () => ( diff --git a/packages/canon/src/components/Text/Text.stories.tsx b/packages/canon/src/components/Text/Text.stories.tsx index 9cf2a73f6e..ab904f524c 100644 --- a/packages/canon/src/components/Text/Text.stories.tsx +++ b/packages/canon/src/components/Text/Text.stories.tsx @@ -89,6 +89,19 @@ export const Responsive: Story = { }, }; +export const WrappedInLink: Story = { + args: { + ...Default.args, + }, + decorators: [ + Story => ( + + + + ), + ], +}; + export const Playground: Story = { render: () => (