Procházet zdrojové kódy

organize sidebar contents

Yuki Takei před 5 roky
rodič
revize
7bac7dbabe
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/client/js/components/Sidebar/SidebarNav.jsx

+ 1 - 1
src/client/js/components/Sidebar/SidebarNav.jsx

@@ -75,8 +75,8 @@ class SidebarNav extends React.Component {
     ];
 
     const secondaryItems = [
-      this.generateSecondaryItemObj('help', 'Help', 'icon-question', 'https://docs.growi.org', true),
       this.generateSecondaryItemObj('draft', 'Draft', 'icon-docs', `/user/${currentUsername}#user-draft-list`),
+      this.generateSecondaryItemObj('help', 'Help', 'icon-question', 'https://docs.growi.org', true),
       this.generateSecondaryItemObj('trash', 'Trash', 'icon-trash', '/trash'),
     ];
     if (isAdmin) {