Fixes issue with drop-down arrow not being clickable (#982)
This commit is contained in:
parent
80765e03c7
commit
92c4c9a30f
1 changed files with 1 additions and 1 deletions
|
@ -487,8 +487,8 @@ class Nav extends React.PureComponent {
|
|||
onFocus={this.clearHideTimeout}
|
||||
>
|
||||
My Account
|
||||
<InlineSVG className="nav__item-header-triangle" src={triangleUrl} />
|
||||
</button>
|
||||
<InlineSVG className="nav__item-header-triangle" src={triangleUrl} />
|
||||
<ul className="nav__dropdown">
|
||||
<button
|
||||
onClick={this.toggleDropdown.bind(this, 'account')}
|
||||
|
|
Loading…
Reference in a new issue