diff --git a/web-components/packages/carbon-web-components/src/components/link/link.stories.ts b/web-components/packages/carbon-web-components/src/components/link/link.stories.ts index 099f5d871f82..cb3ec31b4b2f 100644 --- a/web-components/packages/carbon-web-components/src/components/link/link.stories.ts +++ b/web-components/packages/carbon-web-components/src/components/link/link.stories.ts @@ -31,7 +31,7 @@ const controls = { description: `Provide the href attribute for the node`, }, size: { - control: 'radio', options: [LINK_SIZE.SMALL, LINK_SIZE.REGULAR, LINK_SIZE.LARGE], + control: 'radio', options: [LINK_SIZE.SMALL, LINK_SIZE.MEDIUM, LINK_SIZE.LARGE], description: `Specify the size of the Link. Currently supports either sm, 'md' (default) or 'lg' as an option.` }, visited: { @@ -67,7 +67,7 @@ export const Inline = { ` }; -export const pairedWithIcon = { +export const PairedWithIcon = { args: defaultArgs, parameters: { controls: { exclude: /(.*?)/ },