diff --git a/src/components/Checkbox/CheckboxOverview.mdx b/src/components/Checkbox/CheckboxOverview.mdx index 604c8df2d..28e634493 100644 --- a/src/components/Checkbox/CheckboxOverview.mdx +++ b/src/components/Checkbox/CheckboxOverview.mdx @@ -17,8 +17,8 @@ import { List, Link, ListItem, Heading, Paragraph } from '~/src/index';
Types - Checkbox - Large target area + Checkbox + Large target area diff --git a/src/components/Expandable/Expandable.stories.tsx b/src/components/Expandable/Expandable.stories.tsx index 127a2c17d..9b7b8e2bb 100644 --- a/src/components/Expandable/Expandable.stories.tsx +++ b/src/components/Expandable/Expandable.stories.tsx @@ -34,7 +34,7 @@ const Content = ( voluptatibus soluta nobis unde quisquam temporibus magnam debitis quidem. Ducimus ratione corporis nesciunt earum vel est quaerat blanditiis dolore ipsa?  - Lorem link + Lorem link

); @@ -43,7 +43,7 @@ const ContentForGroup = ({ }: { accordion: boolean | undefined; }): JSX.Element => { - const linkPath = `/?path=/story/components-expandablegroup--${ + const linkPath = `./?path=/story/components-expandablegroup--${ accordion ? 'accordion' : 'default' }`; diff --git a/src/components/Select/SelectOverview.mdx b/src/components/Select/SelectOverview.mdx index 981a8e02c..a5fb81dae 100644 --- a/src/components/Select/SelectOverview.mdx +++ b/src/components/Select/SelectOverview.mdx @@ -14,7 +14,7 @@ import { Heading, Link, List, ListItem, Paragraph } from '~/src/index'
Types - Single select - Multiselect + Single select + Multiselect
\ No newline at end of file diff --git a/src/components/TextInput/TextInputOverview.mdx b/src/components/TextInput/TextInputOverview.mdx index d03ea9a06..547cad870 100644 --- a/src/components/TextInput/TextInputOverview.mdx +++ b/src/components/TextInput/TextInputOverview.mdx @@ -13,7 +13,7 @@ import { List, Link, ListItem, Heading, Paragraph } from '~/src/index';
Types - Text area - Text input + Text area + Text input