mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
feat(docs): add CodeRabbit to sponsors (#3290)
This commit is contained in:
parent
47c6228649
commit
d90d680632
@ -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
@ -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 = () => {
|
||||
|
||||
BIN
apps/docs/public/sponsors/571230.jpg
Normal file
BIN
apps/docs/public/sponsors/571230.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
Loading…
x
Reference in New Issue
Block a user