From cca2646bcbb71097c28f9bdcc449f4dc25b29314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9douard=20wautier?= Date: Tue, 31 Oct 2023 17:59:42 +0100 Subject: [PATCH] Fixing names --- front/components/home/contentComponents.tsx | 13 ++++--------- front/pages/index.tsx | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 19 deletions(-) diff --git a/front/components/home/contentComponents.tsx b/front/components/home/contentComponents.tsx index 6d215309ef24..d3276b857571 100644 --- a/front/components/home/contentComponents.tsx +++ b/front/components/home/contentComponents.tsx @@ -71,24 +71,19 @@ interface PProps { children: ReactNode; className?: string; size?: "xs" | "sm" | "md" | "lg"; - borderCSS?: string; + dotCSS?: string; } export const P = ({ children, - borderCSS = "", + dotCSS = "", className = "", size = "md", }: PProps) => { - if (borderCSS) { + if (dotCSS) { return (
-
+

{children}

); diff --git a/front/pages/index.tsx b/front/pages/index.tsx index 463ce3bbb776..420f2e9fdf8d 100644 --- a/front/pages/index.tsx +++ b/front/pages/index.tsx @@ -289,7 +289,7 @@ export default function Home({ "2xl:col-span-3" )} > -

+

Deploy the best Large Language Models to  all your company,
@@ -297,7 +297,7 @@ export default function Home({

our Slackbot integration.