Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Oct 21, 2024
1 parent f5374d3 commit 4dd2940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ export default function RootLayout({
suppressHydrationWarning
className={`${font.variable} font-sans antialiased`}
>
<Fathom />
<Providers>
<Theme appearance="dark" accentColor="orange" grayColor="sand">
<Header />
{children}
<Footer />
</Theme>
</Providers>
<Fathom />
</body>
</html>
);
Expand Down

0 comments on commit 4dd2940

Please sign in to comment.