File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,21 @@ Still on **React Query v4**? No problem! Check out the v4 docs here: https://tan
4848## Partners
4949
5050<a href =" https://www.speakeasy.com/product/react-query?utm_source=tanstack&utm_campaign=tanstack " >
51- <img
52- src="https://tanstack.com/_build/assets/speakeasy-light-UpY7QmwQ.svg "
53- alt="Speakeasy Logo"
54- style="background-color: white; padding: 8px; border-radius: 8px;"
55- />
51+ <picture >
52+ <source
53+ srcset="https://tanstack.com/_build/assets/speakeasy-dark-BjP-Hd9M.svg"
54+ media="(prefers-color-scheme: dark)"
55+ />
56+ <source
57+ srcset="https://tanstack.com/_build/assets/speakeasy-light-UpY7QmwQ.svg"
58+ media="(prefers-color-scheme: light)"
59+ />
60+ <!-- fallback -->
61+ <img
62+ src="https://tanstack.com/_build/assets/speakeasy-light-UpY7QmwQ.svg"
63+ alt="Speakeasy Logo"
64+ />
65+ </picture >
5666</a >
5767
5868## Contributing
@@ -62,5 +72,4 @@ View the contributing guidelines [here](/CONTRIBUTING.md)
6272### [ Become a Sponsor!] ( https://github.com/sponsors/tannerlinsley/ )
6373
6474<!-- Use the force, Luke -->
65-
6675[
You can’t perform that action at this time.
0 commit comments