Skip to content

Commit 8f64b4e

Browse files
authored
Merge pull request #68 from ixartz/update-readme
docs: update sponsors section in README file
2 parents d75f14c + f082387 commit 8f64b4e

File tree

3 files changed

+68
-8
lines changed

3 files changed

+68
-8
lines changed

README.md

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Clone this project and use it to create your own SaaS. You can check the live de
2828
</a>
2929
</td>
3030
<td align="center" width="33%">
31-
<a href="https://l.crowdin.com/next-js">
31+
<a href="https://www.coderabbit.ai?utm_source=next_js_starter&utm_medium=github&utm_campaign=next_js_starter_oss_2025">
3232
<picture>
33-
<source media="(prefers-color-scheme: dark)" srcset="public/assets/images/crowdin-white.png?raw=true">
34-
<source media="(prefers-color-scheme: light)" srcset="public/assets/images/crowdin-dark.png?raw=true">
35-
<img alt="Crowdin" src="public/assets/images/crowdin-dark.png?raw=true">
33+
<source media="(prefers-color-scheme: dark)" srcset="public/assets/images/coderabbit-logo-dark.svg?raw=true">
34+
<source media="(prefers-color-scheme: light)" srcset="public/assets/images/coderabbit-logo-light.svg?raw=true">
35+
<img alt="CodeRabbit" src="public/assets/images/coderabbit-logo-light.svg?raw=true">
3636
</picture>
3737
</a>
3838
</td>
@@ -63,6 +63,15 @@ Clone this project and use it to create your own SaaS. You can check the live de
6363
</picture>
6464
</a>
6565
</td>
66+
<td align="center" width="33%">
67+
<a href="https://l.crowdin.com/next-js">
68+
<picture>
69+
<source media="(prefers-color-scheme: dark)" srcset="public/assets/images/crowdin-white.png?raw=true">
70+
<source media="(prefers-color-scheme: light)" srcset="public/assets/images/crowdin-dark.png?raw=true">
71+
<img alt="Crowdin" src="public/assets/images/crowdin-dark.png?raw=true">
72+
</picture>
73+
</a>
74+
</td>
6675
<td align="center" style=width="33%">
6776
<a href="https://nextjs-boilerplate.com/pro-saas-starter-kit">
6877
<img src="public/assets/images/nextjs-boilerplate-saas.png?raw=true" alt="Next.js SaaS Boilerplate with React" />
@@ -454,11 +463,11 @@ See [LICENSE](LICENSE) for more information.
454463
</a>
455464
</td>
456465
<td align="center" width="33%">
457-
<a href="https://l.crowdin.com/next-js">
466+
<a href="https://www.coderabbit.ai?utm_source=next_js_starter&utm_medium=github&utm_campaign=next_js_starter_oss_2025">
458467
<picture>
459-
<source media="(prefers-color-scheme: dark)" srcset="public/assets/images/crowdin-white.png?raw=true">
460-
<source media="(prefers-color-scheme: light)" srcset="public/assets/images/crowdin-dark.png?raw=true">
461-
<img alt="Crowdin" src="public/assets/images/crowdin-dark.png?raw=true">
468+
<source media="(prefers-color-scheme: dark)" srcset="public/assets/images/coderabbit-logo-dark.svg?raw=true">
469+
<source media="(prefers-color-scheme: light)" srcset="public/assets/images/coderabbit-logo-light.svg?raw=true">
470+
<img alt="CodeRabbit" src="public/assets/images/coderabbit-logo-light.svg?raw=true">
462471
</picture>
463472
</a>
464473
</td>
@@ -489,6 +498,15 @@ See [LICENSE](LICENSE) for more information.
489498
</picture>
490499
</a>
491500
</td>
501+
<td align="center" width="33%">
502+
<a href="https://l.crowdin.com/next-js">
503+
<picture>
504+
<source media="(prefers-color-scheme: dark)" srcset="public/assets/images/crowdin-white.png?raw=true">
505+
<source media="(prefers-color-scheme: light)" srcset="public/assets/images/crowdin-dark.png?raw=true">
506+
<img alt="Crowdin" src="public/assets/images/crowdin-dark.png?raw=true">
507+
</picture>
508+
</a>
509+
</td>
492510
<td align="center" style=width="33%">
493511
<a href="https://nextjs-boilerplate.com/pro-saas-starter-kit">
494512
<img src="public/assets/images/nextjs-boilerplate-saas.png?raw=true" alt="Next.js SaaS Boilerplate with React" />
Lines changed: 21 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)