Skip to content

Commit 82b82f0

Browse files
committed
Commented the demo layout
1 parent 8d207ba commit 82b82f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
109109
<Header />
110110

111111
{isHomePage && <Hero />}
112-
{isHomePage && <DemoLayout />}
112+
{/* {isHomePage && <DemoLayout />} */}
113113

114114
<div className="relative mx-auto flex w-full max-w-8xl flex-auto justify-center sm:px-2 lg:px-8 xl:px-12">
115115
<div className="hidden lg:relative lg:block lg:flex-none">

0 commit comments

Comments
 (0)