diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 54bb360..eccccc2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,8 +15,8 @@ const geistMono = Geist_Mono({ }); export const metadata = { - description: "Text Analyzer - Natter", - title: "Analyze your Text in real-time.", + title: "Text Analyzer - Natter", + description: "Analyze your Text in real-time.", }; export default async function RootLayout(props: { children: React.ReactNode }) {