From c85e0b29a5ae55df0a74c00cb28b974e559f6cfc Mon Sep 17 00:00:00 2001 From: Benny Joo Date: Sat, 12 Nov 2022 13:27:49 +0000 Subject: [PATCH] [docs] Add a new gold sponsor (#35089) --- README.md | 1 + docs/data/material/discover-more/backers/backers.md | 1 + docs/src/components/home/GoldSponsors.tsx | 7 +++++++ 3 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 3e18dd62546cc0..3101f594233756 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ via [OpenCollective](https://opencollective.com/mui) or via [Patreon](https://ww goread.io Icons8 ipinfo.ai + RIDI

Gold Sponsors are those who have pledged \$500/month or more to MUI. diff --git a/docs/data/material/discover-more/backers/backers.md b/docs/data/material/discover-more/backers/backers.md index efa5c7f8296742..e72cbc091c4d02 100644 --- a/docs/data/material/discover-more/backers/backers.md +++ b/docs/data/material/discover-more/backers/backers.md @@ -34,6 +34,7 @@ via [OpenCollective](https://opencollective.com/mui) or via [Patreon](https://ww goread.io Icons8 ipinfo.ai + RIDI

Gold Sponsors are those who have pledged \$500/month or more to MUI. diff --git a/docs/src/components/home/GoldSponsors.tsx b/docs/src/components/home/GoldSponsors.tsx index 57f6f6150b04cd..1ebbf6c6200302 100644 --- a/docs/src/components/home/GoldSponsors.tsx +++ b/docs/src/components/home/GoldSponsors.tsx @@ -74,6 +74,13 @@ const GOLDs = [ description: 'IP data API services, including IP geolocation.', href: 'https://ipinfo.ai?utm_source=MUI&utm_medium=referral&utm_content=homepage', }, + { + src: 'https://images.opencollective.com/ridi-corporation/175dcf3/logo/40.png', + srcSet: 'https://images.opencollective.com/ridi-corporation/175dcf3/logo/80.png 2x', + name: 'RIDI', + description: 'Digital content platform for webcomics and more.', + href: 'https://ridicorp.com?utm_source=MUI&utm_medium=referral&utm_content=homepage', + }, ]; export default function GoldSponsors() {