From b59e6add8ad0726dd20cd183f496a2adfdeb4ca7 Mon Sep 17 00:00:00 2001 From: Orta Therox Date: Thu, 5 Sep 2019 11:25:18 +0200 Subject: [PATCH] Adds nofollow to lower tier, and fix some CSS around the backers --- website/pages/en/index.js | 7 ++++--- website/static/css/jest.css | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/website/pages/en/index.js b/website/pages/en/index.js index 6aab42a18dfc..44532762992e 100755 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -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}`} > { @@ -538,9 +539,9 @@ class Index extends React.Component { 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: diff --git a/website/static/css/jest.css b/website/static/css/jest.css index 351f114ca1f1..8ebda323c280 100644 --- a/website/static/css/jest.css +++ b/website/static/css/jest.css @@ -23,7 +23,7 @@ } .sponsor-item img { - background: #095708; + background: white; } .sponsor-avatar {