Skip to content

Commit

Permalink
Merge pull request #4023 from marmelab/fix-custom-menu-example
Browse files Browse the repository at this point in the history
Fix wrong syntax in custom menu example
  • Loading branch information
djhi authored Nov 22, 2019
2 parents 6297ef1 + 238adc6 commit 83f2b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ const Menu = ({ onMenuClick, logout }) => {
<MenuItemLink
to="/custom-route"
primaryText="Miscellaneous"
leftIcon={LabelIcon}
leftIcon={<LabelIcon />}
onClick={onMenuClick}
sidebarIsOpen={open}
/>
Expand Down

0 comments on commit 83f2b4e

Please sign in to comment.