Skip to content

Commit

Permalink
docs(button): fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Mar 19, 2024
1 parent fd1202d commit 53aae9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/pf-button/demo/variants.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<h2>Disabled</h2>
<pf-button disabled>Primary</pf-button>
<pf-button disabled variant="secondary">Secondary</pf-button>
<pf-button disabled variant="secondary" danger>Danger Secondary
<pf-button disabled variant="secondary" danger>Danger Secondary</pf-button>
<pf-button disabled variant="tertiary">Tertiary</pf-button>
<pf-button disabled danger>Danger</pf-button>
<pf-button disabled warning>Warning</pf-button>
Expand Down

0 comments on commit 53aae9a

Please sign in to comment.