Przeglądaj źródła

adde bookmark button

ryuichi-e 5 lat temu
rodzic
commit
eecff818bc

+ 3 - 0
src/client/js/components/Navbar/GrowiSubNavigation.jsx

@@ -90,6 +90,9 @@ const GrowiSubNavigation = (props) => {
           </div>
         ) }
         { !isPageInTrash && (
+          <div>
+            <BookmarkButton pageId={pageId} crowi={appContainer} />
+          </div>
         ) }
 
         {/* Page Authors */}