feat(docs): add CodeRabbit to sponsors (#3290)

This commit is contained in:
աӄա 2024-06-21 10:30:04 +08:00 committed by GitHub
parent 47c6228649
commit d90d680632
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 37 additions and 1 deletions

View File

@ -330,5 +330,25 @@
"twitter": null,
"github": null,
"website": "https://replexica.com/?utm_source=nextui&utm_marketing=oss"
},
{
"MemberId": 571230,
"createdAt": "2024-06-01 18:47",
"type": "ORGANIZATION",
"role": "BACKER",
"tier": "Gold Sponsor 🥇",
"isActive": true,
"totalAmountDonated": 100,
"currency": "USD",
"lastTransactionAt": "2024-06-01 18:47",
"lastTransactionAmount": 100,
"profile": "https://opencollective.com/coderabbit",
"name": "CodeRabbit",
"company": null,
"description": "CodeRabbit is an AI-driven context-aware code reviewer that provides line-by-line feedback and smart chat. ",
"image": "/sponsors/571230.jpg",
"twitter": null,
"github": null,
"website": "https://coderabbit.ai"
}
]

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
import {Button, Link} from "@nextui-org/react";
import {sectionWrapper} from "@/components/primitives";
import {Story2DesignLogo, ReplexicaLogo} from "@/components/icons/sponsors";
import {Story2DesignLogo, ReplexicaLogo, CodeRabbitLogo} from "@/components/icons/sponsors";
import {HeartFilledIcon} from "@/components/icons";
import {VercelIcon} from "@/components/icons/social";
import {siteConfig} from "@/config/site";
@ -23,6 +23,11 @@ const sponsors: Sponsor[] = [
href: "https://replexica.com/?utm_source=nextui&utm_marketing=oss",
logo: <ReplexicaLogo />,
},
{
name: "CodeRabbit",
href: "https://coderabbit.ai/?utm_source=nextui&utm_marketing=oss",
logo: <CodeRabbitLogo />,
},
];
export const Sponsors = () => {

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB