File tree 1 file changed +15
-6
lines changed 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
48
48
## Partners
49
49
50
50
<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 >
56
66
</a >
57
67
58
68
## Contributing
@@ -62,5 +72,4 @@ View the contributing guidelines [here](/CONTRIBUTING.md)
62
72
### [ Become a Sponsor!] ( https://github.com/sponsors/tannerlinsley/ )
63
73
64
74
<!-- Use the force, Luke -->
65
-
66
75
[
You can’t perform that action at this time.
0 commit comments