diff --git a/docs/data/material/discover-more/backers/backers.md b/docs/data/material/discover-more/backers/backers.md index f1feb3e50a9..a1bb64316e6 100644 --- a/docs/data/material/discover-more/backers/backers.md +++ b/docs/data/material/discover-more/backers/backers.md @@ -20,14 +20,14 @@ Diamond sponsors are those who've pledged \$1,500/month or more to the MUI organ via [Open Collective](https://opencollective.com/mui-org) or via [the for-profit](https://www.patreon.com/oliviertassinari)

- tidelift.com - Spotify - Icons8 - RxDB - text-em-all.com - megafamous.com - dialmycalls.com - goread.io + tidelift.com + Spotify + Icons8 + RxDB + text-em-all.com + megafamous.com + dialmycalls.com + 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). diff --git a/docs/src/components/home/BacklinkSponsor.tsx b/docs/src/components/home/BacklinkSponsor.tsx index a26b30dbe14..8bb6d852fae 100644 --- a/docs/src/components/home/BacklinkSponsor.tsx +++ b/docs/src/components/home/BacklinkSponsor.tsx @@ -1,5 +1,5 @@ import * as React from 'react'; -import { Link } from '@mui/docs/Link'; +import Box from '@mui/material/Box'; import OpenInNewRoundedIcon from '@mui/icons-material/OpenInNewRounded'; export default function BacklinkSponsor(props: { @@ -18,18 +18,15 @@ export default function BacklinkSponsor(props: { } return ( - {item.name} - + ); } diff --git a/docs/src/components/home/SponsorCard.tsx b/docs/src/components/home/SponsorCard.tsx index 57db5d26c72..4d5c38a0291 100644 --- a/docs/src/components/home/SponsorCard.tsx +++ b/docs/src/components/home/SponsorCard.tsx @@ -27,14 +27,9 @@ export default function SponsorCard(props: { return (