From 158fe344f68482f5d450a3861d07f621cd5b8221 Mon Sep 17 00:00:00 2001 From: "DESKTOP-GBA0BK8\\Admin" Date: Fri, 28 Apr 2023 20:40:57 -0400 Subject: [PATCH] side bar clean up --- src/components/Partials/RightSideBar.jsx | 8 ++- src/components/Partials/Sidebar.jsx | 80 ++++++++++++------------ 2 files changed, 46 insertions(+), 42 deletions(-) diff --git a/src/components/Partials/RightSideBar.jsx b/src/components/Partials/RightSideBar.jsx index 84d176a..9013d61 100644 --- a/src/components/Partials/RightSideBar.jsx +++ b/src/components/Partials/RightSideBar.jsx @@ -109,7 +109,10 @@ export default function RightSideBar() { {/* name */}

- Rarible + + History +

{/* action */} @@ -153,7 +156,8 @@ export default function RightSideBar() { {/* name */}

- Myth Market + Refer a Friend

diff --git a/src/components/Partials/Sidebar.jsx b/src/components/Partials/Sidebar.jsx index c5841cf..952e39d 100644 --- a/src/components/Partials/Sidebar.jsx +++ b/src/components/Partials/Sidebar.jsx @@ -217,47 +217,47 @@ export default function Sidebar({ sidebar, action, logoutModalHandler }) { {/* */} {/**/} -
  • - (navData.isActive ? "active" : ""), - sidebar ? "justify-start space-x-3.5" : "justify-center") - }`} - > - - - - - History - - -
  • + {/*
  • */} + {/* (navData.isActive ? "active" : ""),*/} + {/* sidebar ? "justify-start space-x-3.5" : "justify-center")*/} + {/* }`}*/} + {/* >*/} + {/* */} + {/* */} + {/* */} + {/* */} + {/* History*/} + {/* */} + {/* */} + {/*
  • */} -
  • - (navData.isActive ? "active" : ""), - sidebar ? "justify-start space-x-3.5" : "justify-center") - }`} - > - - - - - Refer a Friend - - -
  • + {/*
  • */} + {/* (navData.isActive ? "active" : ""),*/} + {/* sidebar ? "justify-start space-x-3.5" : "justify-center")*/} + {/* }`}*/} + {/* >*/} + {/* */} + {/* */} + {/* */} + {/* */} + {/* Refer a Friend*/} + {/* */} + {/* */} + {/*
  • */}