We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a8758 commit b961146Copy full SHA for b961146
src/routes/solid-router/concepts/navigation.mdx
@@ -20,7 +20,7 @@ function DashboardPage() {
20
return (
21
<main>
22
<nav>
23
- <A href="/">Home</a>
+ <A href="/">Home</A>
24
</nav>
25
{/* This is a relative path that, from /dashboard, links to /dashboard/users */}
26
<A href="users">Users</A>
0 commit comments