Update src/app/layout.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user