Skip to content

Commit f3aef7b

Browse files
authored
[website] Add SocialWick as backlink sponsor (#45394)
Adding new backlink sponsor to website
1 parent f0de39a commit f3aef7b

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ via [Open Collective](https://opencollective.com/mui-org) or via [Patreon](http
9292
 
9393
<a href="https://poprey.com/?utm_source=mui.com&utm_medium=referral&utm_content=readme" rel="noopener sponsored" target="_blank"><img height="26" width="26" src="https://images.opencollective.com/instagram-likes/2a72a03/logo/78.png" alt="poprey.com" title="Poprey: Buy Instagram likes with crypto." loading="lazy" />Poprey</a>
9494
&nbsp;
95+
<a href="https://www.socialwick.com/instagram/followers/?utm_source=mui.com&utm_medium=referral&utm_content=readme" rel="noopener sponsored" target="_blank"><img height="26" width="26" src="https://images.opencollective.com/instagram-followers-socialwick/ac6033a/logo/256.png" alt="socialwick.com/instagram/followers" title="SocialWick: Buy Instagram followers." loading="lazy" />SocialWick</a>
96+
&nbsp;
9597
</p>
9698

9799
Gold sponsors are those who have pledged \$500/month or more to MUI.

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

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ For example, it could be because the service breaks another service's Terms of s
3737
<a data-ga-event-category="sponsor" data-ga-event-action="docs-backers" data-ga-event-label="twicsy.com" href="https://twicsy.com/?utm_source=mui.com&utm_medium=referral&utm_content=backers" rel="noopener sponsored" target="_blank" class="remove-link-arrow" style="margin-right: 16px; display:flex;"><img height="26" width="30" src="https://images.opencollective.com/twicsy/7af290f/logo/26.png" srcset="https://images.opencollective.com/twicsy/7af290f/logo/78.png 3x" alt="twicsy.com" title="Twicsy: Instant delivery Instagram followers." loading="lazy" style="margin-right: 6px;" />Twicsy</a>
3838
<a data-ga-event-category="sponsor" data-ga-event-action="docs-backers" data-ga-event-label="views4you.com" href="https://views4you.com/?utm_source=mui.com&utm_medium=referral&utm_content=backers" rel="noopener sponsored" target="_blank" class="remove-link-arrow" style="margin-right: 16px; display:flex;"><img height="26" width="26" src="https://images.opencollective.com/buy-instagram-followers-v4y/6364714/logo/26.png" srcset="https://images.opencollective.com/buy-instagram-followers-v4y/6364714/logo/78.png 3x" alt="views4you.com" title="Views4you: Social media growth services." loading="lazy" style="margin-right: 6px;" />Views4You</a>
3939
<a data-ga-event-category="sponsor" data-ga-event-action="docs-backers" data-ga-event-label="poprey.com" href="https://poprey.com/?utm_source=mui.com&utm_medium=referral&utm_content=backers" rel="noopener sponsored" target="_blank" class="remove-link-arrow" style="margin-right: 16px; display:flex;"><img height="26" width="26" src="https://images.opencollective.com/instagram-likes/2a72a03/logo/26.png" srcset="https://images.opencollective.com/instagram-likes/2a72a03/logo/78.png 3x" alt="poprey.com" title="Poprey: Buy Instagram likes with crypto." loading="lazy" style="margin-right: 6px;" />Poprey</a>
40+
<a data-ga-event-category="sponsor" data-ga-event-action="docs-backers" data-ga-event-label="socialwick.com/followers" href="https://www.socialwick.com/instagram/followers/?utm_source=mui.com&utm_medium=referral&utm_content=backers" rel="noopener sponsored" target="_blank" class="remove-link-arrow" style="margin-right: 16px; display:flex;"><img height="26" width="26" src="https://images.opencollective.com/instagram-followers-socialwick/ac6033a/logo/256.png" srcset="https://images.opencollective.com/instagram-followers-socialwick/ac6033a/logo/256.png 3x" alt="socialwick.com/instagram/followers" title="SocialWick: Buy Instagram followers." loading="lazy" style="margin-right: 6px;" />SocialWick</a>
4041
</p>
4142

4243
Gold sponsors are those who've pledged \$500/month or more to the MUI organization. [Tier benefits](#gold).

docs/src/components/home/GoldSponsors.tsx

+5
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ const BACKLINKs = [
6565
description: 'Buy Instagram likes with crypto.',
6666
href: 'https://poprey.com/?utm_source=mui.com&utm_medium=referral&utm_content=homepage',
6767
},
68+
{
69+
name: 'SocialWick',
70+
description: 'Buy Instagram followers.',
71+
href: 'https://www.socialwick.com/instagram/followers/?utm_source=mui.com&utm_medium=referral&utm_content=homepage',
72+
},
6873
];
6974

7075
export default function GoldSponsors() {

0 commit comments

Comments
 (0)