My jobs items

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-03-23 16:49:13 -04:00
parent bd3f172ccd
commit 0fa562e9db
7 changed files with 1148 additions and 12 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ export default function Sidebar({ sidebar, action, logoutModalHandler }) {
<ul className="flex flex-col space-y-6">
<li className="item group">
<NavLink
to="/market"
to="/myjobs"
className={`nav-item flex items-center ${
((navData) => (navData.isActive ? "active" : ""),
sidebar ? "justify-start space-x-3.5" : "justify-center")