Skip to content

Commit 9d2710a

Browse files
justin808claude
andauthored
Add CodeRabbit as Supporter (#1971)
## Summary Add CodeRabbit to the Supporters section on the React on Rails home page (README.md). - Added CodeRabbit logo with official branding from https://coderabbit.ai/brand - Implemented dark/light mode support using `<picture>` tags - Used SVG format for crisp rendering at all sizes - Maintains consistent styling with other supporters (55px height) ## Test Plan - [x] Verified logo displays correctly in both light and dark modes - [x] Confirmed link points to https://coderabbit.ai - [x] Ran Prettier to ensure formatting compliance - [x] All pre-commit hooks passed ## Preview The CodeRabbit logo will appear after Honeybadger in the Supporters section with proper dark/light mode support. 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/shakacode/react_on_rails/1971) <!-- Reviewable:end --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Added sponsorship attribution block to README with responsive image and dark/light theme support. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: Claude <[email protected]>
1 parent 8b26575 commit 9d2710a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,10 @@ The following companies support our open-source projects, and ShakaCode uses the
211211
<a href="https://www.honeybadger.io">
212212
<img src="https://user-images.githubusercontent.com/4244251/184881133-79ee9c3c-8165-4852-958e-31687b9536f4.png" alt="Honeybadger" height="55px">
213213
</a>
214+
<a href="https://coderabbit.ai">
215+
<picture>
216+
<source media="(prefers-color-scheme: dark)" srcset="https://victorious-bubble-f69a016683.media.strapiapp.com/White_Typemark_7229870ac5.svg">
217+
<source media="(prefers-color-scheme: light)" srcset="https://victorious-bubble-f69a016683.media.strapiapp.com/Orange_Typemark_7958cfa790.svg">
218+
<img alt="CodeRabbit" src="https://victorious-bubble-f69a016683.media.strapiapp.com/Orange_Typemark_7958cfa790.svg" height="55px">
219+
</picture>
220+
</a>

0 commit comments

Comments
 (0)