Skip to content

Commit

Permalink
Fix wrong syntax in custom menu example
Browse files Browse the repository at this point in the history
closes #4020
  • Loading branch information
fzaninotto committed Nov 22, 2019
1 parent 6297ef1 commit 238adc6
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 238adc6

Please sign in to comment.