Skip to content

Commit 266d060

Browse files
Sebastian review
1 parent e1dfdfb commit 266d060

File tree

4 files changed

+11
-14
lines changed

4 files changed

+11
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Please note that `@next` will only point to pre-releases; to get the latest stab
4949
### Diamond 💎
5050

5151
<p style="display: flex; justify-content: center;">
52-
<a data-ga-event-category="sponsor" data-ga-event-action="logo" data-ga-event-label="sencha" href="https://www.sencha.com/products/extreact/extreact-for-material-ui/?utm_source=materialui&utm_medium=referral&utm_content=product-200429-extreactmaterialui" rel="noopener sponsored" target="_blank" style="margin-right: 16px;"><img height="128" width="128" src="/static/in-house/sencha-256x256.png" alt="sencha" title="Superior UI Components for Productive Dev Teams" loading="lazy" /></a>
52+
<a data-ga-event-category="sponsor" data-ga-event-action="logo" data-ga-event-label="sencha" href="https://www.sencha.com/products/extreact/extreact-for-material-ui/?utm_source=materialui&utm_medium=referral&utm_content=product-200429-extreactmaterialui" rel="noopener sponsored" target="_blank" style="margin-right: 16px;"><img height="128" width="128" src="/static/in-house/sencha-256x256.png" alt="sencha" title="UI Components for Productive Dev Teams" loading="lazy" /></a>
5353
</p>
5454

5555
Diamond Sponsors are those who have pledged $1,500/month or more to Material-UI.

docs/src/modules/components/DiamondSponsors.js

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from 'react';
22
import PropTypes from 'prop-types';
33
import Typography from '@material-ui/core/Typography';
4-
import NoSsr from '@material-ui/core/NoSsr';
54
import { useSelector } from 'react-redux';
65
import { makeStyles } from '@material-ui/core/styles';
76
import AddIcon from '@material-ui/icons/Add';
@@ -53,16 +52,14 @@ export default function DiamondSponsors(props) {
5352
target="_blank"
5453
style={{ marginLeft: 8, width: 125, height: 35 }}
5554
>
56-
<NoSsr>
57-
<img
58-
width="125"
59-
height="35"
60-
src="/static/in-house/sencha-125x35.svg"
61-
alt="sencha"
62-
title="Superior UI Components for Productive Dev Teams"
63-
loading="lazy"
64-
/>
65-
</NoSsr>
55+
<img
56+
width="125"
57+
height="35"
58+
src="/static/in-house/sencha-125x35.svg"
59+
alt="sencha"
60+
title="UI Components for Productive Dev Teams"
61+
loading="lazy"
62+
/>
6663
</a>
6764
<a
6865
style={{ marginTop: 8 }}

docs/src/pages/discover-more/backers/backers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The core of Material-UI is a crowd-funded open-source project, licensed under th
99
### Diamond 💎
1010

1111
<p style="display: flex; justify-content: center;">
12-
<a data-ga-event-category="sponsor" data-ga-event-action="logo" data-ga-event-label="sencha" href="https://www.sencha.com/products/extreact/extreact-for-material-ui/?utm_source=materialui&utm_medium=referral&utm_content=product-200429-extreactmaterialui" rel="noopener sponsored" target="_blank" style="margin-right: 16px;"><img height="128" width="128" src="/static/in-house/sencha-256x256.png" alt="sencha" title="Superior UI Components for Productive Dev Teams" loading="lazy" /></a>
12+
<a data-ga-event-category="sponsor" data-ga-event-action="logo" data-ga-event-label="sencha" href="https://www.sencha.com/products/extreact/extreact-for-material-ui/?utm_source=materialui&utm_medium=referral&utm_content=product-200429-extreactmaterialui" rel="noopener sponsored" target="_blank" style="margin-right: 16px;"><img height="128" width="128" src="/static/in-house/sencha-256x256.png" alt="sencha" title="UI Components for Productive Dev Teams" loading="lazy" /></a>
1313
</p>
1414

1515
*2/3 slots available*

docs/src/pages/landing/backers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The continued development and maintenance of Material-UI is made possible by the
55
### Diamond 💎
66

77
<p style="display: flex; justify-content: center;">
8-
<a data-ga-event-category="sponsor" data-ga-event-action="logo" data-ga-event-label="sencha" href="https://www.sencha.com/products/extreact/extreact-for-material-ui/?utm_source=materialui&utm_medium=referral&utm_content=product-200429-extreactmaterialui" rel="noopener sponsored" target="_blank" style="margin-right: 16px;"><img height="128" width="128" src="/static/in-house/sencha-256x256.png" alt="sencha" title="Superior UI Components for Productive Dev Teams" loading="lazy" /></a>
8+
<a data-ga-event-category="sponsor" data-ga-event-action="logo" data-ga-event-label="sencha" href="https://www.sencha.com/products/extreact/extreact-for-material-ui/?utm_source=materialui&utm_medium=referral&utm_content=product-200429-extreactmaterialui" rel="noopener sponsored" target="_blank" style="margin-right: 16px;"><img height="128" width="128" src="/static/in-house/sencha-256x256.png" alt="sencha" title="UI Components for Productive Dev Teams" loading="lazy" /></a>
99
</p>
1010

1111
*2/3 slots available*

0 commit comments

Comments
 (0)