chore(docs): update sponsor section (#3758)

This commit is contained in:
աӄա 2024-09-15 10:45:02 +08:00 committed by GitHub
parent 3469534ac9
commit 0e62d6b44d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 54 deletions

View File

@ -309,28 +309,6 @@
"github": null,
"website": "https://encur.me/"
},
{
"MemberId": 569973,
"createdAt": "2024-05-29 17:51",
"type": "USER",
"role": "BACKER",
"tier": "Gold Sponsor 🥇",
"isActive": true,
"totalAmountDonated": 100,
"currency": "USD",
"lastTransactionAt": "2024-05-29 17:51",
"lastTransactionAmount": 100,
"profile": "https://opencollective.com/maxprilutskiy",
"name": "Replexica",
"company": "",
"description": null,
"image": "/sponsors/569973.jpg",
"email": null,
"newsletterOptIn": null,
"twitter": null,
"github": null,
"website": "https://replexica.com/?utm_source=nextui&utm_marketing=oss"
},
{
"MemberId": 571230,
"createdAt": "2024-06-01 18:47",

File diff suppressed because one or more lines are too long

View File

@ -1,12 +1,7 @@
import {Button, Link} from "@nextui-org/react";
import {sectionWrapper} from "@/components/primitives";
import {
Story2DesignLogo,
ReplexicaLogo,
CodeRabbitLogo,
ScrumbuissLogo,
} from "@/components/icons/sponsors";
import {Story2DesignLogo, CodeRabbitLogo, ScrumbuissLogo} from "@/components/icons/sponsors";
import {HeartFilledIcon} from "@/components/icons";
import {siteConfig} from "@/config/site";
import {Sponsor, SponsorItem} from "@/components/marketing/sponsor-item";
@ -17,11 +12,6 @@ const sponsors: Sponsor[] = [
href: "https://story.to.design?utm_source=nextui&utm_marketing=partnership",
logo: <Story2DesignLogo className="pt-1" />,
},
{
name: "Replexica",
href: "https://replexica.com/?utm_source=nextui&utm_marketing=oss",
logo: <ReplexicaLogo />,
},
{
name: "CodeRabbit",
href: "https://coderabbit.ai/?utm_source=nextui&utm_marketing=oss",