From 3b7ed1e2fa1c785f1b50cdf33d74221ec44e217d Mon Sep 17 00:00:00 2001 From: Benny Joo Date: Thu, 10 Nov 2022 10:48:15 -0500 Subject: [PATCH 1/3] [docs] Add a new gold sponsor --- 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 6176a9bf437447..c6ed007d7b7688 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 a9eb9e4d2d696f..543dff6661d72c 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..2db917d1c41166 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 that offers webcomics, webnovels, animations, eBooks, and more.', + href: 'https://ridicorp.com?utm_source=MUI&utm_medium=referral&utm_content=homepage', + }, ]; export default function GoldSponsors() { From 7bea63ce480b42c1240b9ead878a14c2c0e04fdd Mon Sep 17 00:00:00 2001 From: Benny Joo Date: Thu, 10 Nov 2022 11:04:55 -0500 Subject: [PATCH 2/3] Prettier --- docs/src/components/home/GoldSponsors.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/components/home/GoldSponsors.tsx b/docs/src/components/home/GoldSponsors.tsx index 2db917d1c41166..c1a2f5ecaf042b 100644 --- a/docs/src/components/home/GoldSponsors.tsx +++ b/docs/src/components/home/GoldSponsors.tsx @@ -78,7 +78,8 @@ const GOLDs = [ 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 that offers webcomics, webnovels, animations, eBooks, and more.', + description: + 'Digital content platform that offers webcomics, webnovels, animations, eBooks, and more.', href: 'https://ridicorp.com?utm_source=MUI&utm_medium=referral&utm_content=homepage', }, ]; From 7d7cb3ce54c2c049c1a9385991c26c9502f28716 Mon Sep 17 00:00:00 2001 From: Benny Joo Date: Thu, 10 Nov 2022 13:04:25 -0500 Subject: [PATCH 3/3] Shorten description --- docs/src/components/home/GoldSponsors.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/components/home/GoldSponsors.tsx b/docs/src/components/home/GoldSponsors.tsx index c1a2f5ecaf042b..1ebbf6c6200302 100644 --- a/docs/src/components/home/GoldSponsors.tsx +++ b/docs/src/components/home/GoldSponsors.tsx @@ -78,8 +78,7 @@ const GOLDs = [ 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 that offers webcomics, webnovels, animations, eBooks, and more.', + description: 'Digital content platform for webcomics and more.', href: 'https://ridicorp.com?utm_source=MUI&utm_medium=referral&utm_content=homepage', }, ];