Skip to content

Commit a457a34

Browse files
committed
docs: fix examples
1 parent 16504da commit a457a34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/pages/examples/basic.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: false
88
- [View Source](https://github.com/tannerlinsley/react-query/tree/main/examples/basic)
99

1010
<iframe
11-
src="https://codesandbox.io/embed/github/tannerlinsley/react-query/tree/master/examples/basic?autoresize=1&fontsize=14&theme=dark"
11+
src="https://codesandbox.io/embed/github/tannerlinsley/react-query/tree/main/examples/basic?autoresize=1&fontsize=14&theme=dark"
1212
title="tannerlinsley/react-query: basic"
1313
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
1414
style={{

docs/src/pages/examples/custom-hooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: false
88
- [View Source](https://github.com/tannerlinsley/react-query/tree/main/examples/custom-hooks)
99

1010
<iframe
11-
src="https://codesandbox.io/embed/github/tannerlinsley/react-query/tree/master/examples/custom-hooks?autoresize=1&fontsize=14&theme=dark"
11+
src="https://codesandbox.io/embed/github/tannerlinsley/react-query/tree/main/examples/custom-hooks?autoresize=1&fontsize=14&theme=dark"
1212
title="tannerlinsley/react-query: custom-hooks"
1313
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
1414
style={{

0 commit comments

Comments
 (0)