mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 20:52:00 +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%);
|
||||
box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.1);
|
||||
z-index: 100;
|
||||
margin-bottom: 1rem;
|
||||
margin-top: 1rem;
|
||||
margin: 1rem auto;
|
||||
}
|
||||
html[data-theme='dark'] #carbonads {
|
||||
background-color: hsl(0, 0%, 15%);
|
||||
|
@ -139,9 +139,9 @@ function HeroSection() {
|
||||
<h1 className="hero__title">{siteConfig.title}</h1>
|
||||
<p className="hero__subtitle">
|
||||
{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">
|
||||
Blind 75 list
|
||||
Blind 75
|
||||
</a>
|
||||
</p>
|
||||
<div className={styles.buttons}>
|
||||
|
Reference in New Issue
Block a user