This commit is contained in:
2025-03-11 15:56:08 +03:00
parent bdf0419b7b
commit 5c3150719c
2 changed files with 4 additions and 8 deletions

View File

@@ -96,12 +96,8 @@ const config: Config = {
items: [ items: [
{ {
label: 'Questions', label: 'Questions',
to: '/docs/intro', to: '/docs/category/browser',
}, }
{
label: 'Blog',
to: '/blog',
},
], ],
}, },
], ],

View File

@@ -19,8 +19,8 @@ function HomepageHeader() {
<div className={styles.buttons}> <div className={styles.buttons}>
<Link <Link
className="button button--secondary button--lg" className="button button--secondary button--lg"
to="/docs/intro"> to="/docs/category/browser">
Frontend Docs Enter the docs
</Link> </Link>
</div> </div>
</div> </div>