Skip to content

Commit b431ecf

Browse files
authored
Add open code props on header component
1 parent ff99612 commit b431ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function Home() {
1313
const html_code: string = "<p>Preview example!</p>";
1414
return (
1515
<main className="bg-neutral-950 min-h-screen flex flex-col">
16-
<Header />
16+
<Header openCode={() => {}} />
1717
<div className="flex flex-1">
1818
<Sidebar />
1919
<section className="flex-1 px-6 py-8">

0 commit comments

Comments
 (0)