We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f81905 commit eb0b0e9Copy full SHA for eb0b0e9
packages/docs/content/components/button-group.mdx
@@ -49,7 +49,7 @@ These classes can also be added to groups of links, as an alternative to the `<C
49
<CButtonGroup>
50
<CButton href="#" color="primary" active>Active link</CButton>
51
<CButton href="#" color="primary">Link</CButton>
52
- <CButton href="#" color="primary"> Link</CButton>
+ <CButton href="#" color="primary">Link</CButton>
53
</CButtonGroup>
54
```
55
0 commit comments