Skip to content

Commit

Permalink
facepalm
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed Jun 6, 2024
1 parent 60262a3 commit fd74816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Metadata, Viewport } from "next";
import { Plus_Jakarta_Sans } from "next/font/google";
import "./globals.css";
import { ThemeProvider } from "~/components/theme/theme-provider";
import { DeviceWarning } from "~/components/device-warning";
// import { DeviceWarning } from "~/components/device-warning";
import NavBar from "~/components/nav/nav-bar";
import { SiteFooter } from "~/components/nav/footer";
import { ScrollToTop } from "~/components/nav/scroll-to-top";
Expand Down Expand Up @@ -39,7 +39,7 @@ export default function RootLayout({
<AxiomWebVitals />
<ScrollToTop />
<NavBar />
<DeviceWarning />
{/* <DeviceWarning /> */}
{children}
<SiteFooter />
<Toaster />
Expand Down

0 comments on commit fd74816

Please sign in to comment.