We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fb177 commit d5e91efCopy full SHA for d5e91ef
1 file changed
scripts/walkthrough.mts
@@ -585,7 +585,7 @@ async function generate(
585
) {
586
html = html.replace(
587
'<div class="part-nav">',
588
- '<div class="part-nav"><a class="wt-home-link" href="/" aria-label="Back to the walkthrough index">Index</a>',
+ '<div class="part-nav"><a class="wt-home-link" href="/" aria-label="Back to the walkthrough table of contents">TOC</a>',
589
)
590
}
591
0 commit comments