From f001dff5b049e27def6c15aab50740a0a7b7b8ee Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Fri, 21 Nov 2025 13:09:14 +0530 Subject: [PATCH] Creating new icon for Un-archive --- src/components/ServiceProject/JobList.jsx | 2 +- src/components/ServiceProject/Jobs.jsx | 4 ++-- src/components/common/ConfirmModal.jsx | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/ServiceProject/JobList.jsx b/src/components/ServiceProject/JobList.jsx index 84066253..147199f8 100644 --- a/src/components/ServiceProject/JobList.jsx +++ b/src/components/ServiceProject/JobList.jsx @@ -130,7 +130,7 @@ const JobList = ({ isArchive }) => { {isArchiveModalOpen && ( { > {showArchive ? ( <> - Show Active Jobs + Show Active ) : ( <> - Show Archived Jobs + Show Archived )} diff --git a/src/components/common/ConfirmModal.jsx b/src/components/common/ConfirmModal.jsx index cc62535b..5a266086 100644 --- a/src/components/common/ConfirmModal.jsx +++ b/src/components/common/ConfirmModal.jsx @@ -19,7 +19,9 @@ const ConfirmModal = ({ case "success": return ; case "archive": - return ; + return ; + case "Un-archive": + return ; case "undo": return ; default: