Skip to content

Commit

Permalink
fix: Don't use embed link
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh95 committed Aug 23, 2022
1 parent b0946f2 commit bc79494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/getting-started/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Would like to contribute? Great! We appreciate it a lot! Check our [Contributing

Want to try the library before installing it? We got you covered! Check out [StackBlitz Demo App](https://stackblitz.com/edit/jest-preview?embed=1&file=README.md) or try it right here 😉

[![](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/jest-preview?embed=1&file=README.md)
[![](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/jest-preview?file=README.md)

<iframe id="iframe" height="600px" width="100%" style={{marginBottom: "24px" }} src="https://stackblitz.com/edit/jest-preview?embed=1&ctl=1"></iframe>

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function HomepageHeader() {
Get Started
</Link>
<a
href="https://stackblitz.com/edit/jest-preview?embed=1&file=README.md"
href="https://stackblitz.com/edit/jest-preview?file=README.md"
target="_blank"
rel="noopener noreferrer"
className="button button--info button--lg"
Expand Down

0 comments on commit bc79494

Please sign in to comment.