Browse Source

refactor FixedControls -> Fav

Yuki Takei 5 years ago
parent
commit
678a7fc6e5
2 changed files with 2 additions and 2 deletions
  1. 2 2
      src/client/js/base.jsx
  2. 0 0
      src/client/js/components/Fav.jsx

+ 2 - 2
src/client/js/base.jsx

@@ -6,7 +6,7 @@ import Xss from '@commons/service/xss';
 import GrowiNavbar from './components/Navbar/GrowiNavbar';
 import GrowiNavbarBottom from './components/Navbar/GrowiNavbarBottom';
 import Sidebar from './components/Sidebar';
-import FixedControls from './components/FixedControls';
+import Fav from './components/Fav';
 import StaffCredit from './components/StaffCredit/StaffCredit';
 
 import AppContainer from './services/AppContainer';
@@ -45,7 +45,7 @@ const componentMappings = {
 
   'grw-sidebar-wrapper': <Sidebar />,
 
-  'grw-fixed-controls-container': <FixedControls />,
+  'grw-fixed-controls-container': <Fav />,
 
   'staff-credit': <StaffCredit />,
 };

+ 0 - 0
src/client/js/components/FixedControls.jsx → src/client/js/components/Fav.jsx