Skip to content

Commit

Permalink
Use latest versions of svelte/react-hooks examples (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
msutkowski authored Dec 2, 2020
1 parent d984e02 commit 1933770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/react-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hide_table_of_contents: true

# `React Hooks Example`

<iframe src="https://codesandbox.io/embed/rtk-simple-query-demo-u4hi1?fontsize=12&hidenavigation=1&theme=dark"
<iframe src="https://codesandbox.io/embed/rtk-query-demo-lbp7n?fontsize=12&hidenavigation=1&theme=dark"
style={{ width: '100%', height: '800px', border: 0, borderRadius: '4px', overflow: 'hidden' }}
title="rtk-query-react-hooks-example"
allow="geolocation; microphone; camera; midi; vr; accelerometer; gyroscope; payment; ambient-light-sensor; encrypted-media; usb"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/svelte.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hide_table_of_contents: true

# `Svelte Example`

<iframe src="https://codesandbox.io/embed/svelte-app-rtk-simplequery-demo-gsomc?fontsize=12&hidenavigation=1&theme=dark"
<iframe src="https://codesandbox.io/embed/svelte-app-rtk-simplequery-demo-f1ueb?fontsize=12&hidenavigation=1&theme=dark"
style={{ width: '100%', height: '800px', border: 0, borderRadius: '4px', overflow: 'hidden' }}
title="rtk-query-svelte-example"
allow="geolocation; microphone; camera; midi; vr; accelerometer; gyroscope; payment; ambient-light-sensor; encrypted-media; usb"
Expand Down

0 comments on commit 1933770

Please sign in to comment.