Skip to content

Commit 4481d44

Browse files
erezstmn-doitdanilo-leal
authored andcommitted
[website] Update DoiT description and link in Sponsors section (#42505)
Co-authored-by: Danilo Leal <[email protected]>
1 parent eba6992 commit 4481d44

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Visit [https://mui.com/system/getting-started/](https://mui.com/system/getting-s
7373

7474
<p>
7575
<a href="https://octopus.com/?utm_source=MUI&utm_medium=referral&utm_content=readme" rel="noopener sponsored" target="_blank"><img height="128" width="128" src="https://mui.com/static/sponsors/octopus-square.svg" alt="octopus" title="Repeatable, reliable deployments" loading="lazy" /></a>
76-
<a href="https://www.doit.com/flexsave/?utm_source=MUI&utm_medium=referral&utm_content=readme" rel="noopener sponsored" target="_blank"><img height="128" width="128" src="https://mui.com/static/sponsors/doit-square.svg" alt="doit" title="Management Platform for Google Cloud and AWS" loading="lazy" /></a>
76+
<a href="https://www.doit.com/?utm_source=MUI&utm_medium=referral&utm_content=readme" rel="noopener sponsored" target="_blank"><img height="128" width="128" src="https://mui.com/static/sponsors/doit-square.svg" alt="doit" title="Management Platform for Google Cloud and AWS" loading="lazy" /></a>
7777
<a href="https://www.marblism.com/?utm_source=mui" rel="noopener sponsored" target="_blank"><img height="128" width="128" src="https://mui.com/static/sponsors/marblism-square.svg" alt="marblism" title="AI web app generation" loading="lazy" /></a>
7878
</p>
7979

docs/src/components/home/DiamondSponsors.tsx

+4-3
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ const DIAMONDs = [
1212
{
1313
src: '/static/sponsors/octopus-square.svg',
1414
name: 'Octopus Deploy',
15-
description: 'A unified DevOps automation platform for your team',
15+
description: 'A unified DevOps automation platform for your team.',
1616
href: 'https://octopus.com/?utm_source=MUI&utm_medium=referral&utm_content=homepage',
1717
},
1818
{
1919
src: '/static/sponsors/doit-square.svg',
2020
name: 'Doit International',
21-
description: 'Management platform for Google Cloud and AWS',
22-
href: 'https://www.doit.com/flexsave/?utm_source=MUI&utm_medium=referral&utm_content=homepage',
21+
description:
22+
'Delivers technology and cloud expertise to buy, optimize and manage public cloud.',
23+
href: 'https://www.doit.com/?utm_source=MUI&utm_medium=referral&utm_content=homepage',
2324
},
2425
{
2526
src: '/static/sponsors/marblism-square.svg',

docs/src/modules/components/DiamondSponsors.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default function DiamondSponsors() {
6969
data-ga-event-category="sponsor"
7070
data-ga-event-action="docs-premium"
7171
data-ga-event-label="doit.com"
72-
href="https://www.doit.com/flexsave/?utm_source=materialui&utm_medium=referral"
72+
href="https://www.doit.com/?utm_source=materialui&utm_medium=referral"
7373
rel="noopener sponsored"
7474
target="_blank"
7575
>

0 commit comments

Comments
 (0)