Skip to content

update coderabbit logo#6907

Open
santoshyadavdev wants to merge 2 commits intoTanStack:mainfrom
santoshyadavdev:patch-1
Open

update coderabbit logo#6907
santoshyadavdev wants to merge 2 commits intoTanStack:mainfrom
santoshyadavdev:patch-1

Conversation

@santoshyadavdev
Copy link

@santoshyadavdev santoshyadavdev commented Mar 12, 2026

Summary by CodeRabbit

  • Documentation
    • Updated partner sponsor blocks with refreshed branding assets for coderabbit and Cloudflare, including enhanced dark and light mode variants.

@changeset-bot
Copy link

changeset-bot bot commented Mar 12, 2026

⚠️ No Changeset found

Latest commit: 21a3a53

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Mar 12, 2026

Bundle Size Benchmarks

  • Commit: 576b5acd874f
  • Measured at: 2026-03-12T19:33:08.667Z
  • Baseline source: history:576b5acd874f
  • Dashboard: bundle-size history
Scenario Current (gzip) Delta vs baseline Raw Brotli Trend
react-router.minimal 87.09 KiB 0 B (0.00%) 274.11 KiB 75.68 KiB ▁▁█████████
react-router.full 90.08 KiB 0 B (0.00%) 284.36 KiB 78.32 KiB ▁▁█████████
solid-router.minimal 36.42 KiB 0 B (0.00%) 109.29 KiB 32.74 KiB ▁▁█████████
solid-router.full 40.75 KiB 0 B (0.00%) 122.27 KiB 36.58 KiB ▁▁█████████
vue-router.minimal 52.29 KiB 0 B (0.00%) 149.34 KiB 47.01 KiB ▁▁█████████
vue-router.full 57.08 KiB 0 B (0.00%) 164.85 KiB 51.27 KiB ▁▁█████████
react-start.minimal 99.66 KiB 0 B (0.00%) 313.26 KiB 86.22 KiB ▁▁█████████
react-start.full 102.97 KiB 0 B (0.00%) 322.99 KiB 89.07 KiB ▁▁█████████
solid-start.minimal 48.75 KiB 0 B (0.00%) 146.89 KiB 43.14 KiB ▁▁█████████
solid-start.full 54.21 KiB 0 B (0.00%) 162.75 KiB 47.88 KiB ▁▁█████████

Trend sparkline is historical gzip bytes ending with this PR measurement; lower is better.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 12, 2026

📝 Walkthrough

Walkthrough

README.md was updated to refresh partner sponsor blocks, replacing coderabbit.ai and Cloudflare links with new URLs and updating dark/light mode image assets. A potential HTML syntax issue—a missing opening quote in one image tag—was introduced during these changes.

Changes

Cohort / File(s) Summary
Sponsor Block Updates
README.md
Replaced coderabbit and Cloudflare sponsor blocks with updated URLs and new dark/light image asset sources. Introduction of a possible HTML syntax error (missing opening quote on coderabbit light image tag).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐰✨ The sponsors dance in new attire,
Dark and light modes, climbing higher,
Though one quote shy in HTML's song,
We polish links to serve you long! 🌟

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The title 'update coderabbit logo' is partially related to the changeset. While it mentions updating the coderabbit logo, the actual changes affect two sponsor blocks (coderabbit AND Cloudflare), making the title incomplete and not fully representative of all changes made. Consider revising the title to reflect all significant changes, such as 'update sponsor logos in README' or 'update coderabbit and Cloudflare sponsor blocks' to accurately represent the full scope of modifications.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
📝 Coding Plan
  • Generate coding plan for human review comments

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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`:
- Line 77: The <img> tag's src attribute in README.md is missing the opening
quote (currently: <img src=https://...>), which breaks HTML; update the <img>
element by adding the missing opening quote for the src attribute value so it
becomes src="https://tanstack.com/assets/coderabbit-light-CIzGLYU_.svg" and
ensure the rest of the attributes (height, alt) remain unchanged.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d694fd52-f705-4c77-94a2-a8df83857c72

📥 Commits

Reviewing files that changed from the base of the PR and between 576b5ac and 21a3a53.

📒 Files selected for processing (1)
  • README.md

<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" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

Fix HTML syntax error: missing opening quote in src attribute.

The src attribute is missing its opening quote, which will cause rendering issues.

🐛 Proposed fix
-          <img src=https://tanstack.com/assets/coderabbit-light-CIzGLYU_.svg" height="40" alt="CodeRabbit" />
+          <img src="https://tanstack.com/assets/coderabbit-light-CIzGLYU_.svg" height="40" alt="CodeRabbit" />
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<img src=https://tanstack.com/assets/coderabbit-light-CIzGLYU_.svg" height="40" alt="CodeRabbit" />
<img src="https://tanstack.com/assets/coderabbit-light-CIzGLYU_.svg" height="40" alt="CodeRabbit" />
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 77, The <img> tag's src attribute in README.md is missing
the opening quote (currently: <img src=https://...>), which breaks HTML; update
the <img> element by adding the missing opening quote for the src attribute
value so it becomes
src="https://tanstack.com/assets/coderabbit-light-CIzGLYU_.svg" and ensure the
rest of the attributes (height, alt) remain unchanged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant