Explorar o código

organize sidebar contents

Yuki Takei %!s(int64=5) %!d(string=hai) anos
pai
achega
7bac7dbabe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {