Fix navigation menu, add google scholar link

This commit is contained in:
2024-11-05 18:39:36 -05:00
parent 0b64c4384b
commit c8749df337
5 changed files with 84 additions and 220 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export const metadata = {
export default function RootLayout({ children }: React.PropsWithChildren) {
return (
<html lang="en" suppressHydrationWarning className={inter.className}>
<html lang="en" className={inter.className} suppressHydrationWarning>
<body className="font-sans bg-background text-foreground min-h-screen flex flex-col" suppressHydrationWarning>
<ThemeProvider
attribute="data-theme"