We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4256ada commit 83056f7Copy full SHA for 83056f7
1 file changed
scripts/walkthrough.mts
@@ -602,7 +602,7 @@ async function generate(
602
) {
603
html = html.replace(
604
'<div class="part-nav">',
605
- '<div class="part-nav"><a class="wt-home-link" href="/" aria-label="Back to the walkthrough index" title="Back to index">🏠︎</a>',
+ '<div class="part-nav"><a class="wt-home-link" href="/" aria-label="Back to the walkthrough index" title="Back to index">⌂</a>',
606
)
607
}
608
0 commit comments