Browse Source

change the class name sidebar__wrapper for sidebar__content, so it's more understandable

AlexiCauvin 5 years ago
parent
commit
b0714ccd39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/container/Sidebar.jsx

+ 1 - 1
frontend/src/container/Sidebar.jsx View File

@@ -111,7 +111,7 @@ class Sidebar extends React.Component {
111 111
             <i className={classnames('fa fa-chevron-left', {'fa-chevron-right': sidebarClose, 'fa-chevron-left': !sidebarClose})} />
112 112
           </div>
113 113
 
114
-          <div className='sidebar__wrapper'>
114
+          <div className='sidebar__content'>
115 115
 
116 116
             <nav className='sidebar__navigation'>
117 117
               <ul className='sidebar__navigation__workspace'>