diff --git a/pages/_docs/buttons.md b/pages/_docs/buttons.md index d4ee80f3e..24e409c08 100644 --- a/pages/_docs/buttons.md +++ b/pages/_docs/buttons.md @@ -113,31 +113,31 @@ Create block level buttons—those that span the full width of a parent—by add Basic buttons are traditional buttons with borders and background with an extra commponent like an icon. You can place it either on the left or the right which ever you want with different color opitons. -Icons can be found [**here** {% include_cached ui/icon.html icon="search" class="icon-sm2" %}](/docs/icons.html#icons) +Icons can be found [**here** {% include_cached ui/icon.html icon="search" class="icon-sm" %}](/docs/icons.html#icons) {% example html wrapper=btn-list %} {% endexample %} @@ -171,25 +171,25 @@ Icon only button. Add `.btn-icon` class to remove unnecessary padding from butto {% example html wrapper=btn-list %} {% endexample %} @@ -200,7 +200,7 @@ Wrap the dropdown’s toggle (your button or link) and the dropdown menu within {% example html wrapper=btn-list %}