Skip to content

Commit

Permalink
remove playroom build and links from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed May 21, 2024
1 parent fba0767 commit 9e47b70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build && playroom build",
"build": "next build",
"build:playroom": "playroom build",
"build:next": "next build",
"export": "next export",
Expand Down
4 changes: 2 additions & 2 deletions docs/src/components/CodePreview/CodePreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,15 @@ export const CodePreview = ({
</div>

<div>
<Button
{/* <Button
as="a"
colorStyle="accentSecondary"
href={createPlayroomLink({ code })}
size="small"
target="_blank"
>
Open in Playroom
</Button>
</Button> */}
</div>
</ButtonContainer>
</div>
Expand Down

0 comments on commit 9e47b70

Please sign in to comment.