Przeglądaj źródła

NavBar: Fix HTML structure

Daisuke Takahashi 5 lat temu
rodzic
commit
63d92a619e
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      src/client/js/components/Navbar/GrowiNavbar.jsx

+ 1 - 2
src/client/js/components/Navbar/GrowiNavbar.jsx

@@ -76,10 +76,9 @@ class GrowiNavbar extends React.Component {
         {/* Navbar Right  */}
         <ul className="navbar-nav ml-auto">
           {this.renderNavbarRight()}
+          {crowi.confidential != null && this.renderConfidential()}
         </ul>
 
-        {crowi.confidential != null && this.renderConfidential()}
-
         { isSearchServiceConfigured && !isDeviceSmallerThanMd && (
           <div className="grw-global-search grw-global-search-top position-absolute">
             <GlobalSearch />