Browse Source

added navi-item

kaori 4 years ago
parent
commit
566095f321
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/components/Navbar/GrowiNavbar.jsx

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

@@ -28,7 +28,7 @@ class GrowiNavbar extends React.Component {
 
     return (
       <>
-        <li className="nav-item dropdown dropdown-toggle dropdown-toggle-no-caret">
+        <li className="nav-item">
           <InAppNotificationDropdown />
         </li>