Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions content/components/button.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Set the `icon` argument to add an icon to the button. Use `order` to determine t
LinkedIn
{{< /button */>}}

{{</* button icon="fab linkedin" href="https://linkedin.com" /*/>}}
{{</* button icon="fab linkedin" label="LinkedIn" href="https://linkedin.com" /*/>}}
{{< /example >}}
<!-- markdownlint-enable MD037 -->

Expand Down Expand Up @@ -123,12 +123,6 @@ Set the `outline` argument to `true` to adjust the style of the button.

{{</* button color="danger" href="#!" button-size="sm" outline="true" */>}}danger{{</* /button */>}}

{{</* button color="warning" href="#!" button-size="sm" outline="true" */>}}warning{{</* /button */>}}

{{</* button color="info" href="#!" button-size="sm" outline="true" */>}}info{{</* /button */>}}

{{</* button color="light" href="#!" button-size="sm" outline="true" */>}}light{{</* /button */>}}

{{</* button color="dark" href="#!" button-size="sm" outline="true" */>}}dark{{</* /button */>}}
{{< /example >}}
<!-- markdownlint-enable MD037 -->
Expand Down