mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
misc: update tagline
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user