diff --git a/shared/naturalcrit/nav/nav.jsx b/shared/naturalcrit/nav/nav.jsx index 20b55d005..6e05d1a11 100644 --- a/shared/naturalcrit/nav/nav.jsx +++ b/shared/naturalcrit/nav/nav.jsx @@ -109,7 +109,7 @@ const Nav = { onMouseEnter={this.props.trigger == 'hover' ? ()=>{this.handleDropdown(true);} : undefined} onClick= {this.props.trigger == 'click' ? ()=>{this.handleDropdown(true);} : undefined} onMouseLeave={()=>this.handleDropdown(false)}> - {this.props.children[0] || this.props.children} //children is not an array when only one child + {this.props.children[0] || this.props.children /*children is not an array when only one child*/} {this.renderDropdown(dropdownChildren)} ); diff --git a/themes/V3/5eDMG/dropdownTexture.png b/themes/V3/5eDMG/dropdownTexture.png new file mode 100644 index 000000000..d5884de16 Binary files /dev/null and b/themes/V3/5eDMG/dropdownTexture.png differ