Update src/app/layout.tsx

This commit is contained in:
2026-02-18 09:11:20 +00:00
parent 8f48d9dfa2
commit 6d462bda54

View File

@@ -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({
</body>
</html>
);
}
}