Merge version_2 into main #8
@@ -1,8 +1,8 @@
|
||||
import type { Metadata } from 'next';
|
||||
import { Geist_Sans } from 'next/font/google';
|
||||
import { Geist_Mono } from 'next/font/google';
|
||||
import './globals.css';
|
||||
|
||||
const geistSans = Geist_Sans({ subsets: ['latin'] });
|
||||
const geistMono = Geist_Mono({ subsets: ['latin'] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'PropertySync - Real Estate Investment Platform',
|
||||
@@ -16,7 +16,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className={geistSans.className}>{children}
|
||||
<body className={geistMono.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
|
||||
Reference in New Issue
Block a user