Skip to content

Commit 6e48f89

Browse files
committed
chore: temporarily disable breadcrumbs
1 parent 62b26f4 commit 6e48f89

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

www/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.vercel
2+
.env*.local

www/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import React from 'react';
66
import { Analytics } from '@vercel/analytics/react';
77
import { SpeedInsights } from '@vercel/speed-insights/next';
88

9-
import Breadcrumb from '@/components/breadcrumb';
9+
// import Breadcrumb from '@/components/breadcrumb';
1010
import Footer from '@/components/footer';
1111
import Providers from '@/components/providers';
1212
import Toolbar from '@/components/toolbar';
@@ -32,7 +32,7 @@ export default function RootLayout({ children }: RootLayoutProps) {
3232
<html lang="en" className="scroll-smooth" suppressHydrationWarning>
3333
<body className="flex min-h-screen w-full flex-col items-center transition">
3434
<Providers>
35-
<Breadcrumb className="hidden sm:block" />
35+
{/* <Breadcrumb className="hidden sm:block" /> */}
3636

3737
<main className="mt-22 flex w-full grow flex-col px-3 lg:w-2/3">
3838
{children}

0 commit comments

Comments
 (0)