Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ via [Open聽Collective](https://opencollective.com/mui-org) or via [Patreon](http
 
<a href="https://views4you.com/?utm_source=mui.com&utm_medium=referral&utm_content=readme" rel="sponsored" target="_blank">Views4You</a>
&nbsp;
<a href="https://daosmm.com/?utm_source=mui.com&utm_medium=referral&utm_content=readme" rel="sponsored" target="_blank">DaoSMM</a>
&nbsp;
</p>

Gold sponsors are those who have pledged $500/month or more to MUI.
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/discover-more/backers/backers.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ For example, it could be because the service breaks another service's Terms of s
<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" rel="noopener sponsored" target="_blank" class="remove-link-arrow" style="margin-right: 16px; display:flex;" title="Buy Instagram followers.">SocialWick</a>
<a data-ga-event-category="sponsor" data-ga-event-action="docs-backers" data-ga-event-label="follower24.de" href="https://www.follower24.de/?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;" title="Social media success.">Follower24</a>
<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;" title="Maximize Social Media Impact.">Views4You</a>
<a data-ga-event-category="sponsor" data-ga-event-action="docs-backers" data-ga-event-label="daosmm.com" href="https://daosmm.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;" title="Global SMM Panel.">DaoSMM</a>
</p>

Gold sponsors are those who've pledged $500/month or more to the MUI organization. [Tier聽benefits](#gold).
Expand Down
5 changes: 5 additions & 0 deletions docs/src/components/home/GoldSponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ const BACKLINKs = [
description: 'Maximize Social Media Impact.',
href: 'https://views4you.com/?utm_source=mui.com&utm_medium=referral&utm_content=homepage',
},
{
name: 'DaoSMM',
description: 'Global SMM Panel.',
href: 'https://daosmm.com/?utm_source=mui.com&utm_medium=referral&utm_content=homepage',
},
];

export default function GoldSponsors() {
Expand Down
Loading