From 6773dc02ecdd0e41b9532682ba5575a85f42b951 Mon Sep 17 00:00:00 2001
From: Yangshun
Date: Sat, 29 Jan 2022 11:49:46 +0800
Subject: [PATCH] website: simplify hero
---
website/docusaurus.config.js | 2 ++
website/src/pages/index.js | 6 ++----
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 624cfbd8..709262fc 100755
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -35,11 +35,13 @@ module.exports = {
href: 'https://www.facebook.com/techinterviewhandbook',
position: 'right',
className: 'navbar-icon navbar-icon-facebook',
+ 'aria-label': 'Facebook page',
},
{
href: 'https://twitter.com/yangshunz',
position: 'right',
className: 'navbar-icon navbar-icon-twitter',
+ 'aria-label': 'Twitter page',
},
],
},
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 1d3cebb2..2f079406 100755
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -134,10 +134,8 @@ function HeroSection() {
{siteConfig.tagline}
Brought to you by FAANG engineers and the author of the{' '}
- Blind 75 List
+ Blind 75 list
-
- Over 500,000 people have benefitted from this handbook!