Skip to content

Commit

Permalink
fix: constent naming in link-social component
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Aug 2, 2021
1 parent c9a05f5 commit da4730a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/link-social/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Social Media Link
# Link to Social Media
7 changes: 4 additions & 3 deletions components/link-social/bem.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const ListTemplate = ({ links }) =>
},
icon: {
description: "Distance the element from adjacent content",
control: "boolean",
control: { type: "select" },
options: [
"utrecht-icon-facebook",
"utrecht-icon-instagram",
Expand All @@ -58,12 +58,13 @@ export const ListTemplate = ({ links }) =>
}}
/>

# Social Media Link
# Link to Social Media

<Canvas>
<Story
name="Link to Social Media"
args={{
distanced: false,
href: "https://www.facebook.com/GemeenteUtrecht",
icon: "utrecht-icon-facebook",
}}
Expand All @@ -72,7 +73,7 @@ export const ListTemplate = ({ links }) =>
</Story>
</Canvas>

<ArgsTable story="Social Media Link" />
<ArgsTable story="Link to Social Media" />

## List

Expand Down

0 comments on commit da4730a

Please sign in to comment.