update
This commit is contained in:
@@ -96,12 +96,8 @@ const config: Config = {
|
||||
items: [
|
||||
{
|
||||
label: 'Questions',
|
||||
to: '/docs/intro',
|
||||
},
|
||||
{
|
||||
label: 'Blog',
|
||||
to: '/blog',
|
||||
},
|
||||
to: '/docs/category/browser',
|
||||
}
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
@@ -19,8 +19,8 @@ function HomepageHeader() {
|
||||
<div className={styles.buttons}>
|
||||
<Link
|
||||
className="button button--secondary button--lg"
|
||||
to="/docs/intro">
|
||||
Frontend Docs
|
||||
to="/docs/category/browser">
|
||||
Enter the docs
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user