Skip to content

Commit 4d1c795

Browse files
Merge branch 'main' into move-revalidate-to-data-apis
2 parents 2ca163a + b961146 commit 4d1c795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-router/concepts/navigation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function DashboardPage() {
2020
return (
2121
<main>
2222
<nav>
23-
<A href="/">Home</a>
23+
<A href="/">Home</A>
2424
</nav>
2525
{/* This is a relative path that, from /dashboard, links to /dashboard/users */}
2626
<A href="users">Users</A>

0 commit comments

Comments
 (0)