Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ref=nofollow to backers on the site #8915

Merged
merged 1 commit into from
Sep 6, 2019
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
7 changes: 4 additions & 3 deletions website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const Backer = ({
className="backer-item"
title={`$${totalDonations.value} by ${name || slug}`}
target="_blank"
rel="nofollow"
href={website || `https://opencollective.com/${slug}`}
>
{
Expand Down Expand Up @@ -538,9 +539,9 @@ class Index extends React.Component {
<MarkdownBlock>
<translate>
A lot of people! With
[16m](https://www.npmjs.com/package/jest) downloads in the
last 30 days, and used on over
[1,130,000](https://github.com/facebook/jest/network/dependents)
[20m](https://www.npmjs.com/package/jest) downloads in the
last month, and used on over
[1,293,000](https://github.com/facebook/jest/network/dependents)
public repos on GitHub. Jest is used extensively at these
companies:
</translate>
Expand Down
2 changes: 1 addition & 1 deletion website/static/css/jest.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

.sponsor-item img {
background: #095708;
background: white;
}

.sponsor-avatar {
Expand Down