Skip to content

Commit

Permalink
docs(Button): remove redundant prop in Vertical Group example (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreipfeiffer authored and levithomason committed May 24, 2017
1 parent 46e1bfe commit e4be462
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'
import { Button } from 'semantic-ui-react'

const ButtonExampleGroupVertical = () => (
<Button.Group attached='top' vertical>
<Button.Group vertical>
<Button>Feed</Button>
<Button>Messages</Button>
<Button>Events</Button>
Expand Down

0 comments on commit e4be462

Please sign in to comment.