diff --git a/site/content/docs/5.0/components/buttons.md b/site/content/docs/5.0/components/buttons.md index 7e61dd796b..41a9cfe59e 100644 --- a/site/content/docs/5.0/components/buttons.md +++ b/site/content/docs/5.0/components/buttons.md @@ -110,15 +110,15 @@ Use `.btn-no-outline` to get a borderless button as default state, and a consist Use `.btn-social` to get a rounded button meant to display contact points links or actions. Use one of our modifier to specify a network. Make sure to provide an accessible name to your button, either using a `.visually-hidden` content or a `aria-label` attribute. {{< example >}} -Twitter -Facebook -Instagram -Whatsapp -LinkedIn -YouTube -Snapchat -Pinterest -Mail +Twitter +Facebook +Instagram +Whatsapp +LinkedIn +YouTube +Snapchat +Pinterest +Mail {{< /example >}} Supported social networks are declared in a dedicated Sass map—meaning you're able to [add or remove a network from the following map]({{< docsref "/customize/sass#maps-and-loops" >}}).