misc: update tagline

pull/216/head
Yangshun 3 years ago
parent 3fe94fa5eb
commit 10228c7e7e

@ -28,7 +28,7 @@
## What is this?
No one has time to do a few hundred LeetCode questions. Here's *free and curated* technical interview preparation materials for
busy engineers, from the author of the [Blind 75 List](https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU).
busy engineers, brought to you by the author of the [Blind 75 List](https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU).
Besides the usual algorithm questions, other **awesome** stuff includes:

@ -1,7 +1,7 @@
module.exports = {
title: 'Tech Interview Handbook',
tagline:
'Curated technical interview preparation materials for busy engineers',
'Curated interview preparation materials for busy engineers',
url: 'https://techinterviewhandbook.org',
baseUrl: '/',
favicon: 'img/favicon.png',

@ -23,7 +23,7 @@ function Home() {
/>
<h1 className="hero__title">{siteConfig.title}</h1>
<p className="hero__subtitle">{siteConfig.tagline} <br/>
From the author of the <a href={BLIND_75_URL} target="_blank">Blind 75 List</a>
Brought to you by the author of the <a href={BLIND_75_URL} target="_blank">Blind 75 List</a>
</p>
<div className={styles.buttons}>
<a

Loading…
Cancel
Save