added sidebar menu
This commit is contained in:
@@ -196,6 +196,11 @@ export default function MobileSidebar({
|
|||||||
path: "/my-offers",
|
path: "/my-offers",
|
||||||
iconName: "pending-job",
|
iconName: "pending-job",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Waiting",
|
||||||
|
path: "/pend-interest",
|
||||||
|
iconName: "pending-job",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Active",
|
name: "Active",
|
||||||
path: "/my-active-jobs",
|
path: "/my-active-jobs",
|
||||||
|
|||||||
@@ -216,6 +216,11 @@ export default function Sidebar({
|
|||||||
path: "/myjobs",
|
path: "/myjobs",
|
||||||
iconName: "job-list",
|
iconName: "job-list",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Waiting",
|
||||||
|
path: "/pend-interest",
|
||||||
|
iconName: "pending-job",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Offers",
|
name: "Offers",
|
||||||
path: "/my-offers",
|
path: "/my-offers",
|
||||||
|
|||||||
Reference in New Issue
Block a user