Skip to content

Commit

Permalink
[docs] Fix tool redirection (#4366)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Nov 3, 2024
1 parent f4f5f33 commit 3bb2a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data/toolpad/studio/how-to-guides/embed-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
using

```html
<iframe src="https://tools-public.mui.com/prod/pages/fn03hvq"></iframe>
<iframe src="https://tools-public.mui.com/prod/pages/cICompletionTime"></iframe>
```

you can embed a Toolpad Studio page, like so:

<iframe src="https://tools-public.mui.com/prod/pages/fn03hvq?toolpad-display=standalone" loading="lazy" style="display: block; margin: auto"></iframe>
<iframe src="https://tools-public.mui.com/prod/pages/cICompletionTime?toolpad-display=standalone" loading="lazy" style="display: block; margin: auto"></iframe>

0 comments on commit 3bb2a53

Please sign in to comment.