From 9a6118ee09d6cc8b5211192d94304c63ca0f4921 Mon Sep 17 00:00:00 2001 From: rluzist1 Date: Mon, 19 Aug 2024 14:12:59 -0500 Subject: [PATCH 01/17] [website] add buzzoid and twicsy as gold sponsors Will need to change how they're displayed to match our new approach, this is the initial commit to get them on the website for design review. --- README.md | 2 + .../material/discover-more/backers/backers.md | 2 + .../public/static/sponsors/buzzoid-square.svg | 132 ++++++++++++++++++ docs/public/static/sponsors/twicsy-square.svg | 6 + docs/src/components/home/GoldSponsors.tsx | 14 ++ 5 files changed, 156 insertions(+) create mode 100644 docs/public/static/sponsors/buzzoid-square.svg create mode 100644 docs/public/static/sponsors/twicsy-square.svg diff --git a/README.md b/README.md index 9f373c703d8d22..5315db6e0a5ecf 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,8 @@ via [Open Collective](https://opencollective.com/mui-org) or via [Patreon](http megafamous.com dialmycalls.com goread.io + buzzoid.com + twicsy.com

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 a88996b84f1ce1..bdbe87bdc917ef 100644 --- a/docs/data/material/discover-more/backers/backers.md +++ b/docs/data/material/discover-more/backers/backers.md @@ -28,6 +28,8 @@ via [Open Collective](https://opencollective.com/mui-org) or via [the for-profi megafamous.com dialmycalls.com goread.io + buzzoid.com +twicsy.com

Gold sponsors are those who've pledged \$500/month or more to the MUI organization. [Tier benefits](#gold). diff --git a/docs/public/static/sponsors/buzzoid-square.svg b/docs/public/static/sponsors/buzzoid-square.svg new file mode 100644 index 00000000000000..9984be53f7da5c --- /dev/null +++ b/docs/public/static/sponsors/buzzoid-square.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/public/static/sponsors/twicsy-square.svg b/docs/public/static/sponsors/twicsy-square.svg new file mode 100644 index 00000000000000..4da483cb9bba52 --- /dev/null +++ b/docs/public/static/sponsors/twicsy-square.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/src/components/home/GoldSponsors.tsx b/docs/src/components/home/GoldSponsors.tsx index ef92649a1075b6..bfe858c62daac1 100644 --- a/docs/src/components/home/GoldSponsors.tsx +++ b/docs/src/components/home/GoldSponsors.tsx @@ -63,6 +63,20 @@ const GOLDs = [ description: 'Instagram followers, likes, views, and comments.', href: 'https://goread.io/?utm_source=MUI&utm_medium=referral&utm_content=homepage', }, + { + src: '/static/sponsors/buzzoid-square.svg', + srcSet: '/static/sponsors/buzzoid-square.svg 3x', + name: 'Buzzoid.com', + description: 'Buzzoid: Instant delivery Instagram followers', + href: 'https://buzzoid.com/buy-instagram-followers/', + }, + { + src: '/static/sponsors/twicsy-square.svg', + srcSet: '/static/sponsors/twicsy-square.svg 3x', + name: 'Twicsy.com', + description: 'Twicsy: Instant delivery Instagram followers', + href: 'https://twicsy.com/buy-instagram-followers', + }, ]; export default function GoldSponsors() { From de3c1e2ae45ff0f58f1a3339dd191fd32372c803 Mon Sep 17 00:00:00 2001 From: zanivan Date: Mon, 19 Aug 2024 16:51:41 -0300 Subject: [PATCH 02/17] Tweaks to gold sponsors --- docs/data/material/discover-more/backers/backers.md | 6 ++++-- docs/src/components/home/GoldSponsors.tsx | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/data/material/discover-more/backers/backers.md b/docs/data/material/discover-more/backers/backers.md index bdbe87bdc917ef..0d7c20445d9831 100644 --- a/docs/data/material/discover-more/backers/backers.md +++ b/docs/data/material/discover-more/backers/backers.md @@ -28,8 +28,10 @@ via [Open Collective](https://opencollective.com/mui-org) or via [the for-profi megafamous.com dialmycalls.com goread.io - buzzoid.com -twicsy.com +

+

+ buzzoid.comBuzzoid + twicsy.comTwicsy

Gold sponsors are those who've pledged \$500/month or more to the MUI organization. [Tier benefits](#gold). diff --git a/docs/src/components/home/GoldSponsors.tsx b/docs/src/components/home/GoldSponsors.tsx index bfe858c62daac1..699f0cd67cafb8 100644 --- a/docs/src/components/home/GoldSponsors.tsx +++ b/docs/src/components/home/GoldSponsors.tsx @@ -66,15 +66,15 @@ const GOLDs = [ { src: '/static/sponsors/buzzoid-square.svg', srcSet: '/static/sponsors/buzzoid-square.svg 3x', - name: 'Buzzoid.com', - description: 'Buzzoid: Instant delivery Instagram followers', + name: 'Buzzoid', + description: 'Instant delivery Instagram followers', href: 'https://buzzoid.com/buy-instagram-followers/', }, { src: '/static/sponsors/twicsy-square.svg', srcSet: '/static/sponsors/twicsy-square.svg 3x', - name: 'Twicsy.com', - description: 'Twicsy: Instant delivery Instagram followers', + name: 'Twicsy', + description: 'Instant delivery Instagram followers', href: 'https://twicsy.com/buy-instagram-followers', }, ]; From bb2cfa1b5843f9a45f3a5954ef47b7250d59b77f Mon Sep 17 00:00:00 2001 From: zanivan Date: Mon, 19 Aug 2024 16:55:07 -0300 Subject: [PATCH 03/17] Bumped up spacing a bit --- docs/data/material/discover-more/backers/backers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data/material/discover-more/backers/backers.md b/docs/data/material/discover-more/backers/backers.md index 0d7c20445d9831..26f4051e7223be 100644 --- a/docs/data/material/discover-more/backers/backers.md +++ b/docs/data/material/discover-more/backers/backers.md @@ -30,8 +30,8 @@ via [Open Collective](https://opencollective.com/mui-org) or via [the for-profi goread.io

- buzzoid.comBuzzoid - twicsy.comTwicsy + buzzoid.comBuzzoid + twicsy.comTwicsy

Gold sponsors are those who've pledged \$500/month or more to the MUI organization. [Tier benefits](#gold). From e695531e7f110c2cbe79c530d2a9a69b1e2dc7d1 Mon Sep 17 00:00:00 2001 From: zanivan Date: Mon, 19 Aug 2024 17:04:18 -0300 Subject: [PATCH 04/17] Fix typo --- docs/src/components/home/GoldSponsors.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/components/home/GoldSponsors.tsx b/docs/src/components/home/GoldSponsors.tsx index 699f0cd67cafb8..657418730a5f3b 100644 --- a/docs/src/components/home/GoldSponsors.tsx +++ b/docs/src/components/home/GoldSponsors.tsx @@ -67,14 +67,14 @@ const GOLDs = [ src: '/static/sponsors/buzzoid-square.svg', srcSet: '/static/sponsors/buzzoid-square.svg 3x', name: 'Buzzoid', - description: 'Instant delivery Instagram followers', + description: 'Instant delivery Instagram followers.', href: 'https://buzzoid.com/buy-instagram-followers/', }, { src: '/static/sponsors/twicsy-square.svg', srcSet: '/static/sponsors/twicsy-square.svg 3x', name: 'Twicsy', - description: 'Instant delivery Instagram followers', + description: 'Instant delivery Instagram followers.', href: 'https://twicsy.com/buy-instagram-followers', }, ]; From ff745e2a275816b9d3bf5d9494303c25f825a6d6 Mon Sep 17 00:00:00 2001 From: Raffaella Luzi Stoutland <136349774+rluzists1@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:40:13 +0200 Subject: [PATCH 05/17] Update docs/src/components/home/GoldSponsors.tsx Co-authored-by: Olivier Tassinari Signed-off-by: Raffaella Luzi Stoutland <136349774+rluzists1@users.noreply.github.com> --- docs/src/components/home/GoldSponsors.tsx | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/src/components/home/GoldSponsors.tsx b/docs/src/components/home/GoldSponsors.tsx index 657418730a5f3b..ef92649a1075b6 100644 --- a/docs/src/components/home/GoldSponsors.tsx +++ b/docs/src/components/home/GoldSponsors.tsx @@ -63,20 +63,6 @@ const GOLDs = [ description: 'Instagram followers, likes, views, and comments.', href: 'https://goread.io/?utm_source=MUI&utm_medium=referral&utm_content=homepage', }, - { - src: '/static/sponsors/buzzoid-square.svg', - srcSet: '/static/sponsors/buzzoid-square.svg 3x', - name: 'Buzzoid', - description: 'Instant delivery Instagram followers.', - href: 'https://buzzoid.com/buy-instagram-followers/', - }, - { - src: '/static/sponsors/twicsy-square.svg', - srcSet: '/static/sponsors/twicsy-square.svg 3x', - name: 'Twicsy', - description: 'Instant delivery Instagram followers.', - href: 'https://twicsy.com/buy-instagram-followers', - }, ]; export default function GoldSponsors() { From 6fa7567ef7d05a11250bc083a5d3111f4d6c1596 Mon Sep 17 00:00:00 2001 From: Raffaella Luzi Stoutland <136349774+rluzists1@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:02:12 +0200 Subject: [PATCH 06/17] Update docs/data/material/discover-more/backers/backers.md Co-authored-by: Olivier Tassinari Signed-off-by: Raffaella Luzi Stoutland <136349774+rluzists1@users.noreply.github.com> --- docs/data/material/discover-more/backers/backers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/material/discover-more/backers/backers.md b/docs/data/material/discover-more/backers/backers.md index 26f4051e7223be..e6600b0a2372d7 100644 --- a/docs/data/material/discover-more/backers/backers.md +++ b/docs/data/material/discover-more/backers/backers.md @@ -30,7 +30,7 @@ via [Open Collective](https://opencollective.com/mui-org) or via [the for-profi goread.io

- buzzoid.comBuzzoid + buzzoid.comBuzzoid twicsy.comTwicsy

From c44ff3b1822b5213f384516777695adf57b9176c Mon Sep 17 00:00:00 2001 From: Raffaella Luzi Stoutland <136349774+rluzists1@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:02:54 +0200 Subject: [PATCH 07/17] Update README.md Co-authored-by: Olivier Tassinari Signed-off-by: Raffaella Luzi Stoutland <136349774+rluzists1@users.noreply.github.com> --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5315db6e0a5ecf..0014b246f4eb9e 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,6 @@ via [Open Collective](https://opencollective.com/mui-org) or via [Patreon](http megafamous.com dialmycalls.com goread.io - buzzoid.com twicsy.com

From 9ab19feb5788ed2c3913549ccf943f1bfc11a4b2 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Tue, 20 Aug 2024 19:22:28 +0200 Subject: [PATCH 08/17] we now rely on OpenCollective hosted image --- .../public/static/sponsors/buzzoid-square.svg | 132 ------------------ 1 file changed, 132 deletions(-) delete mode 100644 docs/public/static/sponsors/buzzoid-square.svg diff --git a/docs/public/static/sponsors/buzzoid-square.svg b/docs/public/static/sponsors/buzzoid-square.svg deleted file mode 100644 index 9984be53f7da5c..00000000000000 --- a/docs/public/static/sponsors/buzzoid-square.svg +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From 9df5c8cc46a88e0460441e6c32059bd2eeb62543 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Tue, 20 Aug 2024 19:26:08 +0200 Subject: [PATCH 09/17] add some comment to explain why --- docs/data/material/discover-more/backers/backers.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/data/material/discover-more/backers/backers.md b/docs/data/material/discover-more/backers/backers.md index e6600b0a2372d7..15f8065726e44d 100644 --- a/docs/data/material/discover-more/backers/backers.md +++ b/docs/data/material/discover-more/backers/backers.md @@ -29,6 +29,11 @@ via [Open Collective](https://opencollective.com/mui-org) or via [the for-profi dialmycalls.com goread.io

+ +

buzzoid.comBuzzoid twicsy.comTwicsy From 640037cf1bf6fe67d25602ec573d92eed78b0fde Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Tue, 20 Aug 2024 19:26:51 +0200 Subject: [PATCH 10/17] fix typo --- docs/data/material/discover-more/backers/backers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/material/discover-more/backers/backers.md b/docs/data/material/discover-more/backers/backers.md index 15f8065726e44d..a3c45ce199072e 100644 --- a/docs/data/material/discover-more/backers/backers.md +++ b/docs/data/material/discover-more/backers/backers.md @@ -32,7 +32,7 @@ via [Open Collective](https://opencollective.com/mui-org) or via [the for-profi

buzzoid.comBuzzoid From e8075c0a346dd3e67ca4a1967745624c2aae7de0 Mon Sep 17 00:00:00 2001 From: zanivan Date: Tue, 20 Aug 2024 17:13:45 -0300 Subject: [PATCH 11/17] Add backlink sponsors to website --- docs/src/components/home/BacklinkSponsor.tsx | 36 ++++++++++++++++++++ docs/src/components/home/GoldSponsors.tsx | 18 ++++++++++ 2 files changed, 54 insertions(+) create mode 100644 docs/src/components/home/BacklinkSponsor.tsx diff --git a/docs/src/components/home/BacklinkSponsor.tsx b/docs/src/components/home/BacklinkSponsor.tsx new file mode 100644 index 00000000000000..bf76425cacd5e9 --- /dev/null +++ b/docs/src/components/home/BacklinkSponsor.tsx @@ -0,0 +1,36 @@ +import * as React from 'react'; +import { Link } from '@mui/docs/Link'; +import OpenInNewRoundedIcon from '@mui/icons-material/OpenInNewRounded'; + +export default function BacklinkSponsor(props: { + item: { + name: string; + description: string; + href: string; + }; + inView?: boolean; +}) { + const { item } = props; + // Keep it under two rows maximum. + if (item.description.length > 50) { + throw new Error( + `${item.name}'s description is too long (${item.description.length} characters). It must fit into two line, so under 50 characters.`, + ); + } + + return ( + + {item.name} + + + ); +} diff --git a/docs/src/components/home/GoldSponsors.tsx b/docs/src/components/home/GoldSponsors.tsx index ef92649a1075b6..c422074911eb26 100644 --- a/docs/src/components/home/GoldSponsors.tsx +++ b/docs/src/components/home/GoldSponsors.tsx @@ -6,6 +6,7 @@ import Typography from '@mui/material/Typography'; import AddRounded from '@mui/icons-material/AddRounded'; import Grid from '@mui/material/Grid2'; import SponsorCard from 'docs/src/components/home/SponsorCard'; +import BacklinkSponsor from 'docs/src/components/home/BacklinkSponsor'; import { Link } from '@mui/docs/Link'; import ROUTES from 'docs/src/route'; @@ -64,6 +65,18 @@ const GOLDs = [ href: 'https://goread.io/?utm_source=MUI&utm_medium=referral&utm_content=homepage', }, ]; +const BACKLINKs = [ + { + name: 'Buzzoid', + description: 'Instant delivery Instagram followers', + href: 'https://buzzoid.com/buy-instagram-followers/', + }, + { + name: 'Twicsy', + description: 'Instant delivery Instagram followers', + href: 'https://twicsy.com/buy-instagram-followers', + }, +]; export default function GoldSponsors() { const { ref, inView } = useInView({ @@ -142,6 +155,11 @@ export default function GoldSponsors() { +

+ {BACKLINKs.map((item) => ( + + ))} +
); } From 491d433ebb4929c00cdd366ddadac4892277d681 Mon Sep 17 00:00:00 2001 From: zanivan Date: Tue, 20 Aug 2024 17:16:54 -0300 Subject: [PATCH 12/17] Add period to sentences --- README.md | 2 +- docs/data/material/discover-more/backers/backers.md | 4 ++-- docs/src/components/home/GoldSponsors.tsx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0014b246f4eb9e..3bfc034cd52325 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ via [Open Collective](https://opencollective.com/mui-org) or via [Patreon](http megafamous.com dialmycalls.com goread.io - twicsy.com + twicsy.com

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 a3c45ce199072e..9564d0b32edd38 100644 --- a/docs/data/material/discover-more/backers/backers.md +++ b/docs/data/material/discover-more/backers/backers.md @@ -35,8 +35,8 @@ List gold sponsors that regular sponsors could feel uncomfortable being listed n For example, it could be because the service breaks another service's Terms of service and hence is a moral minefield. -->

- buzzoid.comBuzzoid - twicsy.comTwicsy + buzzoid.comBuzzoid + twicsy.comTwicsy

Gold sponsors are those who've pledged \$500/month or more to the MUI organization. [Tier benefits](#gold). diff --git a/docs/src/components/home/GoldSponsors.tsx b/docs/src/components/home/GoldSponsors.tsx index c422074911eb26..28e660a1e29d08 100644 --- a/docs/src/components/home/GoldSponsors.tsx +++ b/docs/src/components/home/GoldSponsors.tsx @@ -68,12 +68,12 @@ const GOLDs = [ const BACKLINKs = [ { name: 'Buzzoid', - description: 'Instant delivery Instagram followers', + description: 'Instant delivery Instagram followers.', href: 'https://buzzoid.com/buy-instagram-followers/', }, { name: 'Twicsy', - description: 'Instant delivery Instagram followers', + description: 'Instant delivery Instagram followers.', href: 'https://twicsy.com/buy-instagram-followers', }, ]; From 062131f6fa67fc62915439e22a2929c0960505f0 Mon Sep 17 00:00:00 2001 From: zanivan Date: Tue, 20 Aug 2024 17:28:31 -0300 Subject: [PATCH 13/17] Fix lint --- docs/src/components/home/BacklinkSponsor.tsx | 1 - docs/src/components/home/GoldSponsors.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/components/home/BacklinkSponsor.tsx b/docs/src/components/home/BacklinkSponsor.tsx index bf76425cacd5e9..a26b30dbe14d5b 100644 --- a/docs/src/components/home/BacklinkSponsor.tsx +++ b/docs/src/components/home/BacklinkSponsor.tsx @@ -8,7 +8,6 @@ export default function BacklinkSponsor(props: { description: string; href: string; }; - inView?: boolean; }) { const { item } = props; // Keep it under two rows maximum. diff --git a/docs/src/components/home/GoldSponsors.tsx b/docs/src/components/home/GoldSponsors.tsx index 28e660a1e29d08..a7b33fcaa1f22b 100644 --- a/docs/src/components/home/GoldSponsors.tsx +++ b/docs/src/components/home/GoldSponsors.tsx @@ -157,7 +157,7 @@ export default function GoldSponsors() {
{BACKLINKs.map((item) => ( - + ))}
From a8ef606e8ccccf7c958ef75d253a49c82b8e246f Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Wed, 21 Aug 2024 01:31:36 +0200 Subject: [PATCH 14/17] No special link treatment, root Signed-off-by: Olivier Tassinari --- docs/src/components/home/GoldSponsors.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/components/home/GoldSponsors.tsx b/docs/src/components/home/GoldSponsors.tsx index a7b33fcaa1f22b..2a5e4f45a002d9 100644 --- a/docs/src/components/home/GoldSponsors.tsx +++ b/docs/src/components/home/GoldSponsors.tsx @@ -69,12 +69,12 @@ const BACKLINKs = [ { name: 'Buzzoid', description: 'Instant delivery Instagram followers.', - href: 'https://buzzoid.com/buy-instagram-followers/', + href: 'https://buzzoid.com/', }, { name: 'Twicsy', description: 'Instant delivery Instagram followers.', - href: 'https://twicsy.com/buy-instagram-followers', + href: 'https://twicsy.com/', }, ]; From 0fa15f2f37be2cc82abfc56208eafd5bd71fc7bd Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Wed, 21 Aug 2024 01:31:51 +0200 Subject: [PATCH 15/17] Update docs/data/material/discover-more/backers/backers.md Signed-off-by: Olivier Tassinari --- docs/data/material/discover-more/backers/backers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/material/discover-more/backers/backers.md b/docs/data/material/discover-more/backers/backers.md index 9564d0b32edd38..267efc0b2b647f 100644 --- a/docs/data/material/discover-more/backers/backers.md +++ b/docs/data/material/discover-more/backers/backers.md @@ -36,7 +36,7 @@ For example, it could be because the service breaks another service's Terms of s -->

buzzoid.comBuzzoid - twicsy.comTwicsy + twicsy.comTwicsy

Gold sponsors are those who've pledged \$500/month or more to the MUI organization. [Tier benefits](#gold). From 773831803bb6b3129daa9a997be4b2dfd9445126 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Wed, 21 Aug 2024 01:32:04 +0200 Subject: [PATCH 16/17] clean up Signed-off-by: Olivier Tassinari --- README.md | 1 - docs/data/material/discover-more/backers/backers.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bfc034cd52325..9f373c703d8d22 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,6 @@ via [Open Collective](https://opencollective.com/mui-org) or via [Patreon](http megafamous.com dialmycalls.com goread.io - twicsy.com

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 267efc0b2b647f..5b70efb4eeaac5 100644 --- a/docs/data/material/discover-more/backers/backers.md +++ b/docs/data/material/discover-more/backers/backers.md @@ -35,7 +35,7 @@ List gold sponsors that regular sponsors could feel uncomfortable being listed n For example, it could be because the service breaks another service's Terms of service and hence is a moral minefield. -->

- buzzoid.comBuzzoid + buzzoid.comBuzzoid twicsy.comTwicsy

From a9f164e8c0901eb5e8e00d93b78071b32b668eff Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Wed, 21 Aug 2024 01:35:23 +0200 Subject: [PATCH 17/17] svg, no need for srcset Signed-off-by: Olivier Tassinari --- docs/data/material/discover-more/backers/backers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/material/discover-more/backers/backers.md b/docs/data/material/discover-more/backers/backers.md index 5b70efb4eeaac5..f1feb3e50a984a 100644 --- a/docs/data/material/discover-more/backers/backers.md +++ b/docs/data/material/discover-more/backers/backers.md @@ -36,7 +36,7 @@ For example, it could be because the service breaks another service's Terms of s -->

buzzoid.comBuzzoid - twicsy.comTwicsy + twicsy.comTwicsy

Gold sponsors are those who've pledged \$500/month or more to the MUI organization. [Tier benefits](#gold).