siderbar 2 updated

master
mahdi andalib 3 years ago
parent fca4cb9607
commit 55dad35fda
  1. BIN
      build.zip
  2. 2
      src/App.js
  3. 4
      src/components/Sidebar/SidebarDesign2/index.js

Binary file not shown.

@ -82,7 +82,7 @@ function App() {
{/* <AdvertisementDesign3 /> */}
{/* <CourseChapter /> */}
{/* <SidebarMenu /> */}
{/* <SidebarDesign2 /> */}
<SidebarDesign2 />
{/* <SimpleBarChart /> */}
{/* <SpecifiedDomainRadarChart /> */}
{/* <Design1 /> */}

@ -137,7 +137,9 @@ const SidebarMenu = ({ items, buttons, username, userJob }) => {
))}
</div>
))}
<div className="border border-gray-100 my-2"></div>
{ Number(i) !== items.length -1 && (
<div className="border border-gray-100 my-2"></div>
)}
</div>
))}
{/* blue left border */}

Loading…
Cancel
Save