From f347ca57d49eafeea8055f73d4d33a3068c69209 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:26:57 +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 1a72cb8..50dd38f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "FinControl - Take Control of Your Finances", description: "Smart financial management platform for tracking expenses, budgeting, and achieving your financial goals."}; + title: "FinControl - Take Control of Your Finances", description: "Smart financial management platform for tracking expenses, budgeting, and achieving your financial goals." +}; export default function RootLayout({ children,