mirror of
https://github.com/supabase/supabase.git
synced 2026-06-21 00:06:04 +08:00
Fixes the navbar link target
This commit is contained in:
@@ -35,7 +35,7 @@ export default function Navbar({ isFullwidth }) {
|
||||
|
||||
<div className="navbar-end p-r-sm">
|
||||
<div className="navbar-item">
|
||||
<Link href={`/docs/[category]/[slug]`} as={`/docs/realtime/introduction`}>
|
||||
<Link href={`/docs/[category]/[slug]`} as={`/docs/-/about`}>
|
||||
<a className="">Docs</a>
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user