Parcourir la source

organize sidebar contents

Yuki Takei il y a 5 ans
Parent
commit
7bac7dbabe
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {