From ae67dc6074ff1e36a2729c9af36414ebc9097f53 Mon Sep 17 00:00:00 2001 From: guru_sainath Date: Sat, 20 May 2023 20:08:17 +0530 Subject: [PATCH] update: changed icons for gantt chat in issues, modules and cycles (#1096) --- apps/app/components/core/issues-view-filter.tsx | 6 ++++-- apps/app/components/cycles/cycles-view.tsx | 6 ++++-- .../[workspaceSlug]/projects/[projectId]/modules/index.tsx | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/apps/app/components/core/issues-view-filter.tsx b/apps/app/components/core/issues-view-filter.tsx index 64c6f8cfe..6856e8f8b 100644 --- a/apps/app/components/core/issues-view-filter.tsx +++ b/apps/app/components/core/issues-view-filter.tsx @@ -85,12 +85,14 @@ export const IssuesFilterView: React.FC = () => { = ({ diff --git a/apps/app/pages/[workspaceSlug]/projects/[projectId]/modules/index.tsx b/apps/app/pages/[workspaceSlug]/projects/[projectId]/modules/index.tsx index 4a9b2f2bb..3fa24e332 100644 --- a/apps/app/pages/[workspaceSlug]/projects/[projectId]/modules/index.tsx +++ b/apps/app/pages/[workspaceSlug]/projects/[projectId]/modules/index.tsx @@ -110,12 +110,14 @@ const ProjectModules: NextPage = () => {