We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e06a11 commit ba2c83bCopy full SHA for ba2c83b
docs/index.js
@@ -289,8 +289,8 @@ const Home = ({ sponsors }) => {
289
<section className="bg-gray-900 body-font">
290
<div className="container max-w-7xl px-4 mx-auto -mt-72 relative">
291
<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"
+ src="https://codesandbox.io/embed/github/tannerlinsley/react-query/tree/master/examples/simple?autoresize=1&fontsize=16&theme=dark"
+ title="tannerlinsley/react-query: simple"
294
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
295
className="shadow-2xl"
296
style={{
0 commit comments