From 281e3719c220b49743ea22148d216d6727521030 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:23:16 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1db2da0..2ab7e25 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,8 +7,7 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "HavenVault - Your Financial Vault, Fully Encrypted", description: - "Offline-first financial management system with bank-grade encryption. Manage assets, loans, credit cards, mortgages, leases, and savings securely on your device."}; + title: "HavenVault - Your Financial Vault, Fully Encrypted", description: "Offline-first financial management system with bank-grade encryption. Manage assets, loans, credit cards, mortgages, leases, and savings securely on your device."}; export default function RootLayout({ children, @@ -18,9 +17,6 @@ export default function RootLayout({ return ( - - - {children}