mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): set navbar button class on the right element
This commit is contained in:
@@ -46,13 +46,13 @@ const MainModal = observer(
|
||||
return (
|
||||
<React.Fragment>
|
||||
<li
|
||||
className={`nav-item ${
|
||||
className={`nav-item components-navbar-button ${
|
||||
this.toggle.show ? "border-bottom border-info" : ""
|
||||
}`}
|
||||
>
|
||||
<TooltipWrapper title="Settings">
|
||||
<span
|
||||
className="nav-link components-navbar-button cursor-pointer"
|
||||
className="nav-link cursor-pointer"
|
||||
onClick={this.toggle.toggle}
|
||||
>
|
||||
<FontAwesomeIcon icon={faCog} />
|
||||
|
||||
Reference in New Issue
Block a user