Skip to content

Commit

Permalink
fix navbar storybook typo
Browse files Browse the repository at this point in the history
  • Loading branch information
John Benavides committed Jun 12, 2018
1 parent 69c8ede commit 4356351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/navbar/navbar.story.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ storiesOf('Navbar', module)
</Navbar.Brand>
<Navbar.Menu>
<Navbar.Container>
<Navbar.Item Dropdown hoverable>
<Navbar.Item dropdown hoverable>
<Navbar.Link>
Docs
</Navbar.Link>
Expand All @@ -53,7 +53,7 @@ storiesOf('Navbar', module)
</Navbar.Item>
</Navbar.Container>
<Navbar.Container position="end">
<Navbar.Item Dropdown hoverable>
<Navbar.Item dropdown hoverable>
<Navbar.Link>
Other Menu
</Navbar.Link>
Expand Down

0 comments on commit 4356351

Please sign in to comment.