From 20146da30e090b81c9f695f247d6afff0c174e55 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia Date: Wed, 7 Feb 2024 13:11:53 +0530 Subject: [PATCH 1/2] fix: dashboard header z index fix --- web/components/headers/workspace-dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/headers/workspace-dashboard.tsx b/web/components/headers/workspace-dashboard.tsx index 8dd6f31d51c..bcbd100597e 100644 --- a/web/components/headers/workspace-dashboard.tsx +++ b/web/components/headers/workspace-dashboard.tsx @@ -18,7 +18,7 @@ export const WorkspaceDashboardHeader = () => { return ( <> -
+
From 20a3821b226739f3c6c8a1cee95a1711d9559c22 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia Date: Wed, 7 Feb 2024 13:12:22 +0530 Subject: [PATCH 2/2] chore: workspace active cycles upgrade page improvement --- .../workspace/workspace-active-cycles-upgrade.tsx | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/web/components/workspace/workspace-active-cycles-upgrade.tsx b/web/components/workspace/workspace-active-cycles-upgrade.tsx index 31d31380de9..086e9518244 100644 --- a/web/components/workspace/workspace-active-cycles-upgrade.tsx +++ b/web/components/workspace/workspace-active-cycles-upgrade.tsx @@ -19,7 +19,7 @@ export const WorkspaceActiveCyclesUpgrade = observer(() => { const isDarkMode = currentUser?.theme.theme === "dark"; return ( - -
+
{WORKSPACE_ACTIVE_CYCLES_DETAILS.map((item) => (