Skip to content

Commit

Permalink
chore: update embed property to true in Codesandbox component
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousRecords committed Aug 24, 2024
1 parent dd6a0dd commit 499fca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/mdx/Codesandbox/Codesandbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function Codesandbox({
tags = [],
//
hideTitle = false,
embed = false,
embed = true,
}: CSB & {
hideTitle: boolean
embed: boolean
Expand Down

0 comments on commit 499fca3

Please sign in to comment.