Skip to content

Commit 987779c

Browse files
rluzists1DanailH
andauthored
[website] Add Wispr Flow as gold sponsor (#47003)
Signed-off-by: Raffaella Luzi Stoutland <[email protected]> Co-authored-by: Danail H. <[email protected]>
1 parent 8e638a9 commit 987779c

File tree

5 files changed

+26
-0
lines changed

5 files changed

+26
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@ via [Open Collective](https://opencollective.com/mui-org) or via [Patreon](http
8282
&nbsp;
8383
<a href="https://www.dialmycalls.com/?utm_source=mui.com&utm_medium=referral&utm_content=readme" rel="noopener sponsored" target="_blank"><img height="96" width="96" src="https://images.opencollective.com/dialmycalls/f5ae9ab/avatar/288.png" alt="dialmycalls.com" title="DialMyCalls: Send text messages, calls, and emails." loading="lazy" /></a>
8484
&nbsp;
85+
<a href="https://ref.wisprflow.ai/ZSPYrru?utm_source=mui.com&utm_medium=referral&utm_content=readme" rel="noopener sponsored" target="_blank">
86+
<picture>
87+
<source media="(prefers-color-scheme: dark)" srcset="https://mui.com/static/sponsors/wispr-square-dark.svg">
88+
<source media="(prefers-color-scheme: light)" srcset="https://mui.com/static/sponsors/wispr-square-light.svg">
89+
<img height="96" width="96" src="https://mui.com/static/sponsors/wispr-square-light.svg" alt="wisprflow" title="AI Dictation: from speech to clear, polished text." loading="lazy" />
90+
</picture>
91+
</a>
92+
&nbsp;
8593
</p>
8694

8795
<p>

docs/data/material/discover-more/backers/backers.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ via [Open Collective](https://opencollective.com/mui-org) or via [the for-profi
3131
<a data-ga-event-category="sponsor" data-ga-event-action="docs-backers" data-ga-event-label="tidelift.com" href="https://tidelift.com/?utm_source=npm-material-ui&utm_medium=referral&utm_campaign=homepage" rel="noopener sponsored" target="_blank" class="remove-link-arrow" style="margin-right: 16px;"><img height="96" width="96" src="https://avatars.githubusercontent.com/u/30204434?s=96" srcset="https://avatars.githubusercontent.com/u/30204434?s=288 3x" alt="tidelift.com" title="Tidelift: Enterprise-ready open-source software." loading="lazy" /></a>
3232
<a data-ga-event-category="sponsor" data-ga-event-action="docs-backers" data-ga-event-label="text-em-all.com" href="https://www.text-em-all.com/?utm_source=mui.com&utm_medium=referral&utm_content=backers" rel="noopener sponsored" target="_blank" class="remove-link-arrow" style="margin-right: 16px;"><img src="https://avatars.githubusercontent.com/u/1262264?s=96" srcset="https://avatars.githubusercontent.com/u/1262264?s=288 3x" alt="text-em-all.com" title="Text-em-all: Mass text messaging and automated calling." height="96" width="96" loading="lazy"></a>
3333
<a data-ga-event-category="sponsor" data-ga-event-action="docs-backers" data-ga-event-label="dialmycalls.com" href="https://www.dialmycalls.com/?utm_source=mui.com&utm_medium=referral&utm_content=backers" rel="noopener sponsored" target="_blank" class="remove-link-arrow" style="margin-right: 16px;"><img height="96" width="96" src="https://images.opencollective.com/dialmycalls/f5ae9ab/avatar/96.png" srcset="https://images.opencollective.com/dialmycalls/f5ae9ab/avatar/288.png 3x" alt="dialmycalls.com" title="DialMyCalls: Send text messages, calls, and emails." loading="lazy" /></a>
34+
<a data-ga-event-category="sponsor" data-ga-event-action="docs-backers" data-ga-event-label="wisprflow.ai" href="https://ref.wisprflow.ai/ZSPYrru?utm_source=mui.com&utm_medium=referral&utm_content=backers" rel="noopener sponsored" target="_blank" class="remove-link-arrow" style="margin-right: 16px;">
35+
<span class="only-light-mode">
36+
<img height="96" width="96" src="/static/sponsors/wispr-square-light.svg" srcset="/static/sponsors/wispr-square-light.svg x3" alt="wisprflow" title="AI Dictation: from speech to clear, polished text." loading="lazy">
37+
</span>
38+
<span class="only-dark-mode">
39+
<img height="96" width="96" src="/static/sponsors/wispr-square-dark.svg" srcset="/static/sponsors/wispr-square-dark.svg x3" alt="wisprflow" title="AI Dictation: from speech to clear, polished text." loading="lazy">
40+
</span>
41+
</a>
3442
</p>
3543

3644
<!--
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

docs/src/components/home/GoldSponsors.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ const GOLDs = [
3232
description: 'Send text messages, calls, and emails.',
3333
href: 'https://www.dialmycalls.com/?utm_source=mui.com&utm_medium=referral&utm_content=homepage',
3434
},
35+
{
36+
src: '/static/sponsors/wispr-square-light.svg',
37+
srcSet: '/static/sponsors/wispr-square-light.svg 3x',
38+
srcDark: '/static/sponsors/wispr-square-dark.svg',
39+
name: 'Wispr Flow',
40+
description: 'AI Dictation: from speech to clear, polished text.',
41+
href: 'https://ref.wisprflow.ai/ZSPYrru?utm_source=mui.com&utm_medium=referral&utm_content=homepage',
42+
},
3543
];
3644

3745
const BACKLINKs = [

0 commit comments

Comments
 (0)