Update image sources for CodeRabbit and Cloudflare#1371
Update image sources for CodeRabbit and Cloudflare#1371kevin-dp merged 2 commits intoTanStack:mainfrom
Conversation
|
📝 WalkthroughWalkthroughUpdated sponsor and partner logo image assets in README.md by changing CodeRabbit and Cloudflare logo URLs to new dark/light variant versions. No functional or behavioral changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Around line 76-78: The fallback <img> currently uses the white Cloudflare logo
which can be invisible on light backgrounds; update the <img> element's src to
use the black variant (the same URL used in the light <source> srcset) so the
fallback matches the light-mode default and ensure the height and alt attributes
remain unchanged; locate the <source media="(prefers-color-scheme: dark)">,
<source media="(prefers-color-scheme: light)"> and the <img src=...> tag in the
diff and replace the <img> src value accordingly.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
kevin-dp
left a comment
There was a problem hiding this comment.
Thank you for noticing and fixing the problem.
More templates
@tanstack/angular-db
@tanstack/db
@tanstack/db-browser-wa-sqlite-persisted-collection
@tanstack/db-capacitor-sqlite-persisted-collection
@tanstack/db-cloudflare-do-sqlite-persisted-collection
@tanstack/db-electron-sqlite-persisted-collection
@tanstack/db-expo-sqlite-persisted-collection
@tanstack/db-ivm
@tanstack/db-node-sqlite-persisted-collection
@tanstack/db-react-native-sqlite-persisted-collection
@tanstack/db-sqlite-persisted-collection-core
@tanstack/db-tauri-sqlite-persisted-collection
@tanstack/electric-db-collection
@tanstack/offline-transactions
@tanstack/powersync-db-collection
@tanstack/query-db-collection
@tanstack/react-db
@tanstack/rxdb-db-collection
@tanstack/solid-db
@tanstack/svelte-db
@tanstack/trailbase-db-collection
@tanstack/vue-db
commit: |
🎯 Changes
✅ Checklist
pnpm test.🚀 Release Impact
Summary by CodeRabbit