Skip to content

Commit ba2c83b

Browse files
committed
Update index.js
1 parent 7e06a11 commit ba2c83b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ const Home = ({ sponsors }) => {
289289
<section className="bg-gray-900 body-font">
290290
<div className="container max-w-7xl px-4 mx-auto -mt-72 relative">
291291
<iframe
292-
src="https://codesandbox.io/embed/github/tannerlinsley/react-query/tree/master/examples/basic?autoresize=1&fontsize=16&theme=dark"
293-
title="tannerlinsley/react-query: basic"
292+
src="https://codesandbox.io/embed/github/tannerlinsley/react-query/tree/master/examples/simple?autoresize=1&fontsize=16&theme=dark"
293+
title="tannerlinsley/react-query: simple"
294294
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
295295
className="shadow-2xl"
296296
style={{

0 commit comments

Comments
 (0)