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.
  • Loading branch information
martinpovolny committed Sep 4, 2019
1 parent fbf5e26 commit 270089f
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 270089f

Please sign in to comment.