-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
update coderabbit logo #6203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: alpha
Are you sure you want to change the base?
update coderabbit logo #6203
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -61,28 +61,28 @@ A headless table library for building powerful datagrids with full control over | |||||||||||||
| <table align="center"> | ||||||||||||||
| <tr> | ||||||||||||||
| <td> | ||||||||||||||
| <a href="https://www.coderabbit.ai/?via=tanstack&dub_id=aCcEEdAOqqutX6OS"> | ||||||||||||||
| <picture> | ||||||||||||||
| <source media="(prefers-color-scheme: dark)" srcset="https://tanstack.com/assets/coderabbit-dark-CMcuvjEy.svg" height="40" /> | ||||||||||||||
| <source media="(prefers-color-scheme: light)" srcset="https://tanstack.com/assets/coderabbit-light-DVMJ2jHi.svg" height="40" /> | ||||||||||||||
| <img src="https://tanstack.com/assets/coderabbit-light-DVMJ2jHi.svg" height="40" alt="CodeRabbit" /> | ||||||||||||||
| </picture> | ||||||||||||||
| </a> | ||||||||||||||
| <a href="https://www.coderabbit.ai/?via=tanstack&dub_id=aCcEEdAOqqutX6OS" > | ||||||||||||||
| <picture> | ||||||||||||||
| <source media="(prefers-color-scheme: dark)" srcset="https://tanstack.com/assets/coderabbit-dark-D643Zkrv.svg" height="40" /> | ||||||||||||||
| <source media="(prefers-color-scheme: light)" srcset="https://tanstack.com/assets/coderabbit-light-CIzGLYU_.svg" height="40" /> | ||||||||||||||
| <img src="https://tanstack.com/assets/coderabbit-light-CIzGLYU_.svg" height="40" alt="CodeRabbit" /> | ||||||||||||||
| </picture> | ||||||||||||||
| </a> | ||||||||||||||
| </td> | ||||||||||||||
| <td padding="20"> | ||||||||||||||
| <a href="https://www.cloudflare.com?utm_source=tanstack"> | ||||||||||||||
| <picture> | ||||||||||||||
| <source media="(prefers-color-scheme: dark)" srcset="https://tanstack.com/assets/cloudflare-white-DQDB7UaL.svg" height="60" /> | ||||||||||||||
| <source media="(prefers-color-scheme: light)" srcset="https://tanstack.com/assets/cloudflare-black-CPufaW0B.svg" height="60" /> | ||||||||||||||
| <img src="https://tanstack.com/assets/cloudflare-black-CPufaW0B.svg" height="60" alt="Cloudflare" /> | ||||||||||||||
| </picture> | ||||||||||||||
| <picture> | ||||||||||||||
| <source media="(prefers-color-scheme: dark)" srcset="https://tanstack.com/assets/cloudflare-white-Co-Tyjbl.svg" /> | ||||||||||||||
| <source media="(prefers-color-scheme: light)" srcset="https://tanstack.com/assets/cloudflare-black-6Ojsn8yh.svg" /> | ||||||||||||||
| <img src="https://tanstack.com/assets/cloudflare-white-Co-Tyjbl.svg" height="60" alt="Cloudflare" /> | ||||||||||||||
| </picture> | ||||||||||||||
| </a> | ||||||||||||||
| </td> | ||||||||||||||
| <td> | ||||||||||||||
| <a href="https://ag-grid.com/react-data-grid/?utm_source=reacttable&utm_campaign=githubreacttable" style="display: flex; align-items: center; border: none;"> | ||||||||||||||
| <picture> | ||||||||||||||
| <source media="(prefers-color-scheme: dark)" srcset="./media/ag-grid-dark.svg" height="40" /> | ||||||||||||||
| <source media="(prefers-color-scheme: light)" srcset="./media/ag-grid-light.svg" height="40" /> | ||||||||||||||
| <source media="(prefers-color-scheme: dark)" srcset="https://tanstack.com/assets/ag-grid-dark.svg" height="40" /> | ||||||||||||||
| <source media="(prefers-color-scheme: light)" srcset="https://tanstack.com/assets/ag-grid-light.svg" height="40" /> | ||||||||||||||
| <img src="https://raw.githubusercontent.com/tannerlinsley/files/master/partners/ag-grid.svg" height="60" alt="AG Grid" /> | ||||||||||||||
|
Comment on lines
+84
to
86
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
# Verify picture/img host consistency for AG Grid block in README.md
rg -n -A4 -B2 'ag-grid-(dark|light)\.svg|partners/ag-grid\.svg' README.mdRepository: TanStack/table Length of output: 686 Align AG Grid fallback image with the new asset sources. The Suggested fix- <img src="https://raw.githubusercontent.com/tannerlinsley/files/master/partners/ag-grid.svg" height="60" alt="AG Grid" />
+ <img src="https://tanstack.com/assets/ag-grid-light.svg" height="60" alt="AG Grid" />📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||
| </picture> | ||||||||||||||
| </a> | ||||||||||||||
|
|
||||||||||||||
Uh oh!
There was an error while loading. Please reload this page.