Skip to content

Commit d77a08b

Browse files
committed
Format
1 parent bfe57d7 commit d77a08b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/app/layout.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ export const metadata: Metadata = {
2323
template: '%s - UTD NOTEBOOK',
2424
default: 'UTD NOTEBOOK',
2525
},
26-
description:
27-
'',
26+
description: '',
2827
openGraph: {
2928
title: 'UTD Notebook',
30-
description:
31-
'',
29+
description: '',
3230
type: 'website',
3331
},
3432
twitter: {
@@ -50,7 +48,9 @@ export default function RootLayout({
5048
}) {
5149
return (
5250
<html lang="en">
53-
<body className={`bg-white dark:bg-black ${inter.variable} font-main ${baiJamjuree.variable} text-haiti dark:text-white`}>
51+
<body
52+
className={`bg-white dark:bg-black ${inter.variable} font-main ${baiJamjuree.variable} text-haiti dark:text-white`}
53+
>
5454
{children}
5555
{process.env.NEXT_PUBLIC_VERCEL_ENV === 'production' && (
5656
<GoogleAnalytics gaId="G-" />

0 commit comments

Comments
 (0)