Browse Source

clean code

jam411 3 years ago
parent
commit
84a53931bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/components/Navbar/GrowiNavbar.tsx

+ 1 - 1
packages/app/src/components/Navbar/GrowiNavbar.tsx

@@ -144,12 +144,12 @@ export const GrowiNavbar = (): JSX.Element => {
         {appTitle}
       </div>
 
-
       {/* Navbar Right  */}
       <ul className="navbar-nav ml-auto">
         <NavbarRight />
         <Confidential confidential={confidential} />
       </ul>
+
       <div className="grw-global-search-container position-absolute">
         { isSearchServiceConfigured && !isDeviceSmallerThanMd && !isSearchPage && (
           <GlobalSearch />