From 1e83a4033588bce12a5aefc1b0b044764fc03e5f Mon Sep 17 00:00:00 2001 From: Shi Tianxin Date: Mon, 28 Apr 2025 11:44:18 +0800 Subject: [PATCH] style: Adjust layout class names for consistency --- web/src/app/chat/page.tsx | 4 ++-- web/src/app/layout.tsx | 2 +- web/src/app/page.tsx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/src/app/chat/page.tsx b/web/src/app/chat/page.tsx index f674fbe..f214394 100644 --- a/web/src/app/chat/page.tsx +++ b/web/src/app/chat/page.tsx @@ -21,8 +21,8 @@ const Main = dynamic(() => import("./main"), { ssr: false }); export default function HomePage() { const { isReplay } = useReplay(); return ( -
-
+
+
diff --git a/web/src/app/layout.tsx b/web/src/app/layout.tsx index a3bd854..b51d16f 100644 --- a/web/src/app/layout.tsx +++ b/web/src/app/layout.tsx @@ -26,7 +26,7 @@ export default function RootLayout({ }: Readonly<{ children: React.ReactNode }>) { return ( - + {children} diff --git a/web/src/app/page.tsx b/web/src/app/page.tsx index 76756b6..2d7218e 100644 --- a/web/src/app/page.tsx +++ b/web/src/app/page.tsx @@ -29,7 +29,7 @@ import { Button } from "~/components/ui/button"; export default function HomePage() { return ( -
+
@@ -323,7 +323,7 @@ function CoreFeatureSection() { title="Core Features" description="Find out what makes DeerFlow effective." /> - + {features.map((feature) => ( ))}