From ac79c5aa0e0d4cccf62a9b5850e7ab03c61bd330 Mon Sep 17 00:00:00 2001
From: Olivier Tassinari
Date: Sat, 10 Jun 2023 11:31:22 +0200
Subject: [PATCH] [website] RIDI gold sponsorship end (#37517)
---
README.md | 1 -
docs/data/material/discover-more/backers/backers.md | 1 -
docs/src/components/home/GoldSponsors.tsx | 7 -------
3 files changed, 9 deletions(-)
diff --git a/README.md b/README.md
index 3bc7983e7ba3ce..bd2ee5a0953266 100644
--- a/README.md
+++ b/README.md
@@ -139,7 +139,6 @@ via [OpenCollective](https://opencollective.com/mui) or via [Patreon](https://ww
-
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 70ee6a2123125d..2e8a8b2188ecce 100644
--- a/docs/data/material/discover-more/backers/backers.md
+++ b/docs/data/material/discover-more/backers/backers.md
@@ -32,7 +32,6 @@ via [OpenCollective](https://opencollective.com/mui) or via [Patreon](https://ww
-
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 a4f3e0963a4507..38083516e5ec56 100644
--- a/docs/src/components/home/GoldSponsors.tsx
+++ b/docs/src/components/home/GoldSponsors.tsx
@@ -60,13 +60,6 @@ const GOLDs = [
description: 'Icons, illustrations, design tools, and more.',
href: 'https://icons8.com?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() {