Merge version_2 into main #3
@@ -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 (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<body className={`${inter.variable} antialiased`}>
|
||||
<ServiceWrapper>
|
||||
<Tag />
|
||||
</ServiceWrapper>
|
||||
{children}
|
||||
|
||||
<script
|
||||
@@ -1405,11 +1401,3 @@ export default function RootLayout({
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
function ServiceWrapper() {
|
||||
return null;
|
||||
}
|
||||
|
||||
function Tag() {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user