Skip to content

Commit

Permalink
fix example link
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj authored Dec 8, 2024
1 parent 55a5f0d commit 2bc2174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/router/18_params_and_queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ This can get a little messy: deriving a signal that wraps an `Option<_>` or `Res
```admonish sandbox title="Live example" collapsible=true
[Click to open CodeSandbox.]([https://codesandbox.io/p/devbox/16-router-0-7-csm8t5?file=%2Fsrc%2Fmain.rs](https://codesandbox.io/p/devbox/16-router-0-7-csm8t5?file=%2Fsrc%2Fmain.rs))
[Click to open CodeSandbox.](https://codesandbox.io/p/devbox/16-router-0-7-csm8t5?file=%2Fsrc%2Fmain.rs)
<noscript>
Please enable JavaScript to view examples.
</noscript>
<template>
<iframe src="[https://codesandbox.io/p/devbox/16-router-0-7-csm8t5?file=%2Fsrc%2Fmain.rs](https://codesandbox.io/p/devbox/16-router-0-7-csm8t5?file=%2Fsrc%2Fmain.rs)" width="100%" height="1000px" style="max-height: 100vh"></iframe>
<iframe src="https://codesandbox.io/p/devbox/16-router-0-7-csm8t5?file=%2Fsrc%2Fmain.rs" width="100%" height="1000px" style="max-height: 100vh"></iframe>
</template>
```
Expand Down

0 comments on commit 2bc2174

Please sign in to comment.