mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-26 21:51:06 +00:00
Fix warning about nested button tag
This commit is contained in:
parent
f5ac131d93
commit
ef2a88336b
@ -52,7 +52,7 @@ const Layout = ({children, logout, credentials, location}) => (
|
||||
<i className="fa fa-user fa-3x" />
|
||||
</DropdownToggle>
|
||||
<DropdownMenu right style={{ right: 'auto' }}>
|
||||
<DropdownItem><button className="btn btn-link" onClick={logout}><i className="fa fa-lock"></i> Logout</button></DropdownItem>
|
||||
<DropdownItem onClick={logout}><i className="fa fa-lock"></i> Logout</DropdownItem>
|
||||
</DropdownMenu>
|
||||
</AppHeaderDropdown>
|
||||
</Nav>
|
||||
|
Loading…
x
Reference in New Issue
Block a user