mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
website: fix homepage grammar issue
This commit is contained in:
@ -176,8 +176,7 @@ html[data-theme='dark'] .navbar-icon-telegram:before {
|
|||||||
background-color: hsl(0, 0%, 98%);
|
background-color: hsl(0, 0%, 98%);
|
||||||
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.1);
|
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.1);
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
margin-bottom: 1rem;
|
margin: 1rem auto;
|
||||||
margin-top: 1rem;
|
|
||||||
}
|
}
|
||||||
html[data-theme='dark'] #carbonads {
|
html[data-theme='dark'] #carbonads {
|
||||||
background-color: hsl(0, 0%, 15%);
|
background-color: hsl(0, 0%, 15%);
|
||||||
|
@ -139,9 +139,9 @@ function HeroSection() {
|
|||||||
<h1 className="hero__title">{siteConfig.title}</h1>
|
<h1 className="hero__title">{siteConfig.title}</h1>
|
||||||
<p className="hero__subtitle">
|
<p className="hero__subtitle">
|
||||||
{siteConfig.tagline} <br />
|
{siteConfig.tagline} <br />
|
||||||
Brought to by the author of the{' '}
|
Brought to you by the author of{' '}
|
||||||
<a href={BLIND_75_URL} rel="noopener" target="_blank">
|
<a href={BLIND_75_URL} rel="noopener" target="_blank">
|
||||||
Blind 75 list
|
Blind 75
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<div className={styles.buttons}>
|
<div className={styles.buttons}>
|
||||||
|
Reference in New Issue
Block a user