Skip to content

Commit

Permalink
fix(HorizontalNavMenuItem): Allow HorizontalNavMenuItem's title to be…
Browse files Browse the repository at this point in the history
… a node. (#2825)
  • Loading branch information
martinpovolny authored and jeff-phillips-18 committed Sep 9, 2019
1 parent 66edf3b commit 78adfa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const HorizontalNavMenuItem = props => {
HorizontalNavMenuItem.propTypes = {
children: PropTypes.node,
onItemClick: PropTypes.object,
title: PropTypes.string,
title: PropTypes.node,
active: PropTypes.bool,
dropdown: PropTypes.bool,
submenu: PropTypes.bool,
Expand Down

0 comments on commit 78adfa4

Please sign in to comment.