From 0a99a1a09131ae9f5566fbf0fe455c7306561d8e Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:44:45 +0530 Subject: [PATCH] fix: dashboard header z index and workspace active cycles fix (#3581) * fix: dashboard header z index fix * chore: workspace active cycles upgrade page improvement --- web/components/headers/workspace-dashboard.tsx | 2 +- .../workspace/workspace-active-cycles-upgrade.tsx | 15 ++------------- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/web/components/headers/workspace-dashboard.tsx b/web/components/headers/workspace-dashboard.tsx index 2210a42706..d074132e26 100644 --- a/web/components/headers/workspace-dashboard.tsx +++ b/web/components/headers/workspace-dashboard.tsx @@ -18,7 +18,7 @@ export const WorkspaceDashboardHeader = () => { return ( <> -
+
diff --git a/web/components/workspace/workspace-active-cycles-upgrade.tsx b/web/components/workspace/workspace-active-cycles-upgrade.tsx index 31d31380de..086e951824 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) => (