From 6d462bda5406f424b23e62c49db61a500f89580b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 09:11:20 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f17f290..31eeea7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,7 +7,8 @@ import "./styles/base.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Follow Trade", description: "Expert-driven trading recommendations and market signals"}; + title: "Follow Trade", description: "Expert-driven trading recommendations and market signals" +}; export default function RootLayout({ children, @@ -1300,4 +1301,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file