Skip to content

Commit

Permalink
fix mixed group doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nightswinger committed Feb 26, 2024
1 parent 8b690af commit 30c91c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/elements/Button/MixedGroupDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<SuiButtonGroup>
<SuiButton labeled icon="left chevron" content="Back" />
<SuiButton icon="stop" content="Stop" />
<SuiButton labeled="right">
<SuiButton icon labeled="right">
<SuiIcon name="right chevron" />
Forward
</SuiButton>
Expand All @@ -25,7 +25,7 @@ const code = `<template>
<SuiButtonGroup>
<SuiButton labeled icon="left chevron" content="Back" />
<SuiButton icon="stop" content="Stop" />
<SuiButton labeled="right">
<SuiButton icon labeled="right">
<SuiIcon name="right chevron" />
Forward
</SuiButton>
Expand Down

0 comments on commit 30c91c2

Please sign in to comment.