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..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() {