Skip to content

Commit 2b43f0d

Browse files
authored
docs button label for Disabled
1 parent 1c5a786 commit 2b43f0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/lib/Components/ButtonsPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default class ButtonsPage extends React.Component {
9292
<Button color="secondary" size="lg" active>Link</Button>`}
9393
</PrismCode>
9494
</pre>
95-
<h3>Active State</h3>
95+
<h3>Disabled State</h3>
9696
<div className="docs-example">
9797
<Button size="lg" disabled>Primary button</Button>
9898
<Button color="secondary" size="lg" disabled>Button</Button>

0 commit comments

Comments
 (0)