File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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-" />
You can’t perform that action at this time.
0 commit comments