Skip to content

Commit

Permalink
[website] Update DoiT description and link in Sponsors section (#42505)
Browse files Browse the repository at this point in the history
Co-authored-by: Danilo Leal <67129314+danilo-leal@users.noreply.github.com>
  • Loading branch information
2 people authored and web-flow committed Jun 3, 2024
1 parent eba6992 commit 4481d44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Visit [https://mui.com/system/getting-started/](https://mui.com/system/getting-s

<p>
<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>
<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>
<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>
<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>
</p>

Expand Down
7 changes: 4 additions & 3 deletions docs/src/components/home/DiamondSponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ const DIAMONDs = [
{
src: '/static/sponsors/octopus-square.svg',
name: 'Octopus Deploy',
description: 'A unified DevOps automation platform for your team',
description: 'A unified DevOps automation platform for your team.',
href: 'https://octopus.com/?utm_source=MUI&utm_medium=referral&utm_content=homepage',
},
{
src: '/static/sponsors/doit-square.svg',
name: 'Doit International',
description: 'Management platform for Google Cloud and AWS',
href: 'https://www.doit.com/flexsave/?utm_source=MUI&utm_medium=referral&utm_content=homepage',
description:
'Delivers technology and cloud expertise to buy, optimize and manage public cloud.',
href: 'https://www.doit.com/?utm_source=MUI&utm_medium=referral&utm_content=homepage',
},
{
src: '/static/sponsors/marblism-square.svg',
Expand Down
2 changes: 1 addition & 1 deletion docs/src/modules/components/DiamondSponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function DiamondSponsors() {
data-ga-event-category="sponsor"
data-ga-event-action="docs-premium"
data-ga-event-label="doit.com"
href="https://www.doit.com/flexsave/?utm_source=materialui&utm_medium=referral"
href="https://www.doit.com/?utm_source=materialui&utm_medium=referral"
rel="noopener sponsored"
target="_blank"
>
Expand Down

0 comments on commit 4481d44

Please sign in to comment.