Skip to content

Commit

Permalink
fix: temporary turn off header
Browse files Browse the repository at this point in the history
  • Loading branch information
moonbamijam committed Jan 23, 2024
1 parent 343a3e5 commit 694cb05
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 201 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Metadata } from 'next';
import Providers from '../providers/providers';
import '@styles/globals.css';

import Header from '@components/header/Header';
// import Header from '@components/header/Header';
import Footer from '@components/footer/Footer';

export const metadata: Metadata = {
Expand All @@ -22,7 +22,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<body className=" dark:bg-rich-black">
<Providers >
<Header />
{/* <Header /> */}
<main>
{children}
</main>
Expand Down
Loading

0 comments on commit 694cb05

Please sign in to comment.