diff --git a/src/assets/images/icons/job_active.svg b/src/assets/images/icons/job_active.svg new file mode 100644 index 0000000..067905f --- /dev/null +++ b/src/assets/images/icons/job_active.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/images/icons/job_group.svg b/src/assets/images/icons/job_group.svg new file mode 100644 index 0000000..080117e --- /dev/null +++ b/src/assets/images/icons/job_group.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/images/icons/job_list.svg b/src/assets/images/icons/job_list.svg new file mode 100644 index 0000000..7173997 --- /dev/null +++ b/src/assets/images/icons/job_list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/images/icons/job_past_due.svg b/src/assets/images/icons/job_past_due.svg new file mode 100644 index 0000000..35a0255 --- /dev/null +++ b/src/assets/images/icons/job_past_due.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/images/icons/job_pending.svg b/src/assets/images/icons/job_pending.svg new file mode 100644 index 0000000..f4705c6 --- /dev/null +++ b/src/assets/images/icons/job_pending.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/Helpers/Icons.jsx b/src/components/Helpers/Icons.jsx index 1a4f162..a99705b 100644 --- a/src/components/Helpers/Icons.jsx +++ b/src/components/Helpers/Icons.jsx @@ -560,6 +560,24 @@ export default function Icons({ name }) { src={localImgLoad("images/icons/family-pin.svg")} alt="family-pin" /> + ) : name === "pending-job" ? ( + Pending Job + ) : name === "active-job" ? ( + Active Job + ) : name === "job-list" ? ( + Job List ) : ( "" )} diff --git a/src/components/Partials/MobileSideBar.jsx b/src/components/Partials/MobileSideBar.jsx index c4a1b32..4905c62 100644 --- a/src/components/Partials/MobileSideBar.jsx +++ b/src/components/Partials/MobileSideBar.jsx @@ -190,16 +190,16 @@ export default function MobileSidebar({