Skip to content

Commit 569a6e8

Browse files
chore: Readme img fix (#6097)
* readme updates * update readme * fix links and add alt * fix some nitpicks * update readme * fix photo * responsiveness for light and dark mode colours * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 707aa7b commit 569a6e8

File tree

3 files changed

+31
-19
lines changed

3 files changed

+31
-19
lines changed

README.md

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
<a href="https://twitter.com/tan_stack"><img src="https://img.shields.io/twitter/follow/tan_stack.svg?style=social" alt="Follow @TanStack"/></a>
2525
</div>
2626

27-
<div align="center">
28-
2927
### [Become a Sponsor!](https://github.com/sponsors/tannerlinsley/)
3028

3129
</div>
@@ -62,23 +60,35 @@ A headless table library for building powerful datagrids with full control over
6260
## Partners
6361

6462
<table align="center">
65-
<tr>
66-
<td>
67-
<a href="https://www.coderabbit.ai/?via=tanstack&dub_id=aCcEEdAOqqutX6OS">
68-
<img src="https://tanstack.com/assets/coderabbit-light-DVMJ2jHi.svg" height="40" padding="20px" alt="Code Rabbit"/>
69-
</a>
70-
</td>
71-
<td padding="20">
72-
<a href="https://www.cloudflare.com?utm_source=tanstack">
73-
<img src="https://tanstack.com/assets/cloudflare-black-CPufaW0B.svg" height="70" alt="Cloudflare"/>
74-
</a>
75-
</td>
76-
<td>
77-
<a href="https://ag-grid.com/react-data-grid/?utm_source=reacttable&utm_campaign=githubreacttable" style="display: flex; align-items: center; border: none;">
78-
<img src="https://raw.githubusercontent.com/tannerlinsley/files/master/partners/ag-grid.svg" height="40" alt="AG Grid"/>
79-
</a>
80-
</td>
81-
</tr>
63+
<tr>
64+
<td>
65+
<a href="https://www.coderabbit.ai/?via=tanstack&dub_id=aCcEEdAOqqutX6OS">
66+
<picture>
67+
<source media="(prefers-color-scheme: dark)" srcset="https://tanstack.com/assets/coderabbit-dark-CMcuvjEy.svg" height="40" />
68+
<source media="(prefers-color-scheme: light)" srcset="https://tanstack.com/assets/coderabbit-light-DVMJ2jHi.svg" height="40" />
69+
<img src="https://tanstack.com/assets/coderabbit-light-DVMJ2jHi.svg" height="40" alt="CodeRabbit" />
70+
</picture>
71+
</a>
72+
</td>
73+
<td padding="20">
74+
<a href="https://www.cloudflare.com?utm_source=tanstack">
75+
<picture>
76+
<source media="(prefers-color-scheme: dark)" srcset="https://tanstack.com/assets/cloudflare-white-DQDB7UaL.svg" height="60" />
77+
<source media="(prefers-color-scheme: light)" srcset="https://tanstack.com/assets/cloudflare-black-CPufaW0B.svg" height="60" />
78+
<img src="https://tanstack.com/assets/cloudflare-black-CPufaW0B.svg" height="60" alt="Cloudflare" />
79+
</picture>
80+
</a>
81+
</td>
82+
<td>
83+
<a href="https://ag-grid.com/react-data-grid/?utm_source=reacttable&utm_campaign=githubreacttable" style="display: flex; align-items: center; border: none;">
84+
<picture>
85+
<source media="(prefers-color-scheme: dark)" srcset="./media/ag-grid-dark.svg" height="40" />
86+
<source media="(prefers-color-scheme: light)" srcset="./media/ag-grid-light.svg" height="40" />
87+
<img src="https://raw.githubusercontent.com/tannerlinsley/files/master/partners/ag-grid.svg" height="60" alt="AG Grid" />
88+
</picture>
89+
</a>
90+
</td>
91+
</tr>
8292
</table>
8393

8494
<div align="center">

media/ag-grid-dark.svg

Lines changed: 1 addition & 0 deletions
Loading

media/ag-grid-light.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)