Skip to content

Commit

Permalink
Hide tabs in documentation playground
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Jan 20, 2024
1 parent 9e96303 commit 102a08d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/website/src/components/Sandpack.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@ const Sandpack = ({
</div>
)}
<div className={styles.editor}>
<SandpackCodeEditor wrapContent showRunButton={false} />
<SandpackCodeEditor
showTabs={false}
wrapContent
showRunButton={false}
/>
</div>
</div>
{!showPreview && (
Expand Down

0 comments on commit 102a08d

Please sign in to comment.