added sidebar menu

This commit is contained in:
2024-01-26 19:17:28 +01:00
parent 1d86465812
commit 9d42ebebab
2 changed files with 10 additions and 0 deletions
@@ -196,6 +196,11 @@ export default function MobileSidebar({
path: "/my-offers",
iconName: "pending-job",
},
{
name: "Waiting",
path: "/pend-interest",
iconName: "pending-job",
},
{
name: "Active",
path: "/my-active-jobs",
+5
View File
@@ -216,6 +216,11 @@ export default function Sidebar({
path: "/myjobs",
iconName: "job-list",
},
{
name: "Waiting",
path: "/pend-interest",
iconName: "pending-job",
},
{
name: "Offers",
path: "/my-offers",