Skip to content

Commit 706aad7

Browse files
committed
finish conditionals example
1 parent 1a445cb commit 706aad7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/app/Examples/elements/Button/Content/ButtonConditionalsExample.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ export default class ButtonButtonsExample extends Component {
55
render() {
66
return (
77
<Buttons>
8-
<Button>One</Button>
9-
<Button>Two</Button>
10-
<Button>Three</Button>
8+
<Button>Cancel</Button>
9+
<div className='or' />
10+
<Button className='positive'>Save</Button>
1111
</Buttons>
1212
);
1313
}

0 commit comments

Comments
 (0)