From 52e21a020ecef75c234fa78f1cc2c8b6c17c9a56 Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Mon, 19 Aug 2024 16:40:12 +0200 Subject: [PATCH] feat: add container class to fit all resolutions --- app/(prowler)/layout.tsx | 4 ++-- app/(prowler)/page.tsx | 12 ++++++------ app/(prowler)/services/page.tsx | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/(prowler)/layout.tsx b/app/(prowler)/layout.tsx index 0faab3f593..b30817c0ba 100644 --- a/app/(prowler)/layout.tsx +++ b/app/(prowler)/layout.tsx @@ -44,9 +44,9 @@ export default function RootLayout({ )} > -
+
-
+
{children}
diff --git a/app/(prowler)/page.tsx b/app/(prowler)/page.tsx index 2c2c286166..9577693ca8 100644 --- a/app/(prowler)/page.tsx +++ b/app/(prowler)/page.tsx @@ -1,6 +1,6 @@ import { Spacer } from "@nextui-org/react"; -import { StatusChart } from "@/components/charts"; +import { SeverityChart, StatusChart } from "@/components/charts"; import { FilterControls } from "@/components/filters"; import { AttackSurface } from "@/components/overview"; import { Header } from "@/components/ui"; @@ -15,20 +15,20 @@ export default function Home() {
-

hi hi

+
diff --git a/app/(prowler)/services/page.tsx b/app/(prowler)/services/page.tsx index ea675b553f..872d7f3042 100644 --- a/app/(prowler)/services/page.tsx +++ b/app/(prowler)/services/page.tsx @@ -33,7 +33,7 @@ const SSRServiceGrid = async ({ searchParams }: searchParamsProps) => { if (services?.errors) redirect("/services"); return ( -
+
{services.services?.data.map((service: any) => (