From f3287895297bda37dc058ca416c419e075e07ece Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:21:47 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.49.1