Skip to content

Commit

Permalink
Adds nofollow to lower tier, and fix some CSS around the backers (#8915)
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Sep 6, 2019
1 parent 70bd497 commit 85e84b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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

0 comments on commit 85e84b4

Please sign in to comment.