fix(public): make all around improvements

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-11-14 10:39:05 +01:00
parent 4e8afb4eea
commit ab4efcfd77
13 changed files with 6185 additions and 135 deletions

View File

@@ -60,11 +60,7 @@ export default async function Layout({ children }: { children: ReactNode }) {
<html lang="en" suppressHydrationWarning>
<body className={cn(GeistSans.variable, GeistMono.variable)}>
<RootProvider>
<TooltipProvider>
<Navbar />
{children}
<Footer />
</TooltipProvider>
<TooltipProvider>{children}</TooltipProvider>
</RootProvider>
</body>
</html>