Merge branch 'Jobs-Manager-Side' of WrenchBoard/Users-Wrench into master

This commit is contained in:
2024-01-27 00:26:56 +00:00
committed by Gogs
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",