diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 07a7125..3eed99c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -8,7 +8,8 @@ const dmSans = DM_Sans({ }); export const metadata: Metadata = { - title: "Axis - Personal Growth Platform", description: "Track your mind, body, spirit, and vocation in one unified system. Transform scattered self-improvement into structured, measurable progress."}; + title: "Axis - Personal Growth Platform", description: "Track your mind, body, spirit, and vocation in one unified system. Transform scattered self-improvement into structured, measurable progress." +}; export default function RootLayout({ children,