Skip to content

Commit

Permalink
change text to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Aug 27, 2016
1 parent 16cb7ef commit ddf19ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/js/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class App extends React.Component {
<a href='https://github.com/AllenFang/react-bootstrap-table'>Github</a>
</li>
<li className='dropdown'>
<a href='#' className='dropdown-toggle' data-toggle='dropdown' role='button' aria-haspopup='true' aria-expanded='false'>Dropdown <span className='caret'></span></a>
<a href='#' className='dropdown-toggle' data-toggle='dropdown' role='button' aria-haspopup='true' aria-expanded='false'>Examples <span className='caret'></span></a>
<ul className='dropdown-menu'>
{ exampleMenuItems }
</ul>
Expand Down

0 comments on commit ddf19ff

Please sign in to comment.