mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
chore(docs): update sponsor section (#3758)
This commit is contained in:
parent
3469534ac9
commit
0e62d6b44d
@ -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
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user