diff --git a/web/core/components/analytics/custom-analytics/custom-analytics.tsx b/web/core/components/analytics/custom-analytics/custom-analytics.tsx index bfb5398ec6..413126c482 100644 --- a/web/core/components/analytics/custom-analytics/custom-analytics.tsx +++ b/web/core/components/analytics/custom-analytics/custom-analytics.tsx @@ -5,7 +5,6 @@ import useSWR from "swr"; import { IAnalyticsParams } from "@plane/types"; // services // components -import { ContentWrapper } from "@plane/ui"; import { CustomAnalyticsSelectBar, CustomAnalyticsMainContent, CustomAnalyticsSidebar } from "@/components/analytics"; // types // fetch-keys @@ -54,7 +53,7 @@ export const CustomAnalytics: React.FC = observer((props) => { return (
- +
= observer((props) => { params={params} fullScreen={fullScreen} /> - +
= observer((props) => { : ANALYTICS_X_AXIS_VALUES; return ( -
{!isProjectLevel && (
@@ -88,6 +89,6 @@ export const CustomAnalyticsSelectBar: React.FC = observer((props) => { )} />
-
+ ); }); diff --git a/web/core/components/analytics/custom-analytics/table.tsx b/web/core/components/analytics/custom-analytics/table.tsx index ca3c17846f..49039ed02b 100644 --- a/web/core/components/analytics/custom-analytics/table.tsx +++ b/web/core/components/analytics/custom-analytics/table.tsx @@ -19,7 +19,7 @@ type Props = { }; export const AnalyticsTable: React.FC = ({ analytics, barGraphData, params, yAxisKey }) => ( -
+
diff --git a/web/core/components/dashboard/widgets/overview-stats.tsx b/web/core/components/dashboard/widgets/overview-stats.tsx index d355da644d..6220010277 100644 --- a/web/core/components/dashboard/widgets/overview-stats.tsx +++ b/web/core/components/dashboard/widgets/overview-stats.tsx @@ -66,7 +66,7 @@ export const OverviewStatsWidget: React.FC = observer((props) => { return ( div>a>div]:border-r [&>div:last-child>a>div]:border-0 [&>div>a>div]:border-custom-border-200 @@ -79,8 +79,8 @@ export const OverviewStatsWidget: React.FC = observer((props) => { key={stat.key} className={cn( `w-full flex flex-col gap-2 hover:bg-custom-background-80`, - index === 0 ? "rounded-tl-xl lg:rounded-l-xl" : "", - index === STATS_LIST.length - 1 ? "rounded-br-xl lg:rounded-r-xl" : "", + index === 0 ? "rounded-l-md" : "", + index === STATS_LIST.length - 1 ? "rounded-r-md" : "", index === 1 ? "rounded-tr-xl lg:rounded-[0px]" : "", index == 2 ? "rounded-bl-xl lg:rounded-[0px]" : "" )} diff --git a/web/core/components/page-views/workspace-dashboard.tsx b/web/core/components/page-views/workspace-dashboard.tsx index a6affa4ae3..05546af56f 100644 --- a/web/core/components/page-views/workspace-dashboard.tsx +++ b/web/core/components/page-views/workspace-dashboard.tsx @@ -67,7 +67,7 @@ export const WorkspaceDashboardView = observer(() => { <> = 768, })} >