Skip to content

Commit

Permalink
Fix playground diff preview (#1984)
Browse files Browse the repository at this point in the history
* Fix playground diff preview
  • Loading branch information
anubra266 authored Jan 10, 2024
1 parent 670b070 commit 81fd287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/src/components/PlaygroundContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const PlaygroundContent = (props: PlaygroundContentProps) => {
</SplitterResizeTrigger>
<SplitterPanel id="preview" className={css({ zIndex: 3, pos: 'relative' })}>
<Preview
source={state.code}
source={_state.code}
panda={panda}
responsiveView={responsiveView}
isResponsive={isResponsive}
Expand Down

3 comments on commit 81fd287

@vercel
Copy link

@vercel vercel bot commented on 81fd287 Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

panda-docs – ./website

panda-css.com
panda-docs-git-main-chakra-ui.vercel.app
panda-docs-chakra-ui.vercel.app
panda-docs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 81fd287 Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

panda-studio – ./

panda-app.vercel.app
panda-studio-chakra-ui.vercel.app
panda-studio-git-main-chakra-ui.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 81fd287 Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.