File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11.vercel
2+ .env * .local
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import React from 'react';
66import { Analytics } from '@vercel/analytics/react' ;
77import { SpeedInsights } from '@vercel/speed-insights/next' ;
88
9- import Breadcrumb from '@/components/breadcrumb' ;
9+ // import Breadcrumb from '@/components/breadcrumb';
1010import Footer from '@/components/footer' ;
1111import Providers from '@/components/providers' ;
1212import 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 }
You can’t perform that action at this time.
0 commit comments