Skip to content

Commit 9ba40fc

Browse files
authored
fix(tour): correct Discovery page title in the Relays page (#315)
Co-authored-by: fraggdiller <[email protected]>
1 parent d3aa802 commit 9ba40fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/docs/tour/2-relays/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ It also leverages a critical feature of iroh: as network conditions change, iroh
3838
<PageLink label="Previous" page={{ href: "/docs/tour/1-endpoints", title: "Endpoints" }} previous />
3939
</div>
4040
<div className="ml-auto flex flex-col items-end gap-3">
41-
<PageLink label="Next" page={{ href: "/docs/tour/3-discovery", title: "Relays" }} />
41+
<PageLink label="Next" page={{ href: "/docs/tour/3-discovery", title: "Discovery" }} />
4242
</div>
4343
</div>

0 commit comments

Comments
 (0)