Skip to content

Commit d5e91ef

Browse files
committed
nav: back-link text 'Index' -> 'TOC'
1 parent 92fb177 commit d5e91ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/walkthrough.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ async function generate(
585585
) {
586586
html = html.replace(
587587
'<div class="part-nav">',
588-
'<div class="part-nav"><a class="wt-home-link" href="/" aria-label="Back to the walkthrough index">Index</a>',
588+
'<div class="part-nav"><a class="wt-home-link" href="/" aria-label="Back to the walkthrough table of contents">TOC</a>',
589589
)
590590
}
591591

0 commit comments

Comments
 (0)