Skip to content

Commit 83056f7

Browse files
committed
nav: home glyph 🏠 -> ⌂ (U+2302, pre-emoji text-only house)
1 parent 4256ada commit 83056f7

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
@@ -602,7 +602,7 @@ async function generate(
602602
) {
603603
html = html.replace(
604604
'<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>',
605+
'<div class="part-nav"><a class="wt-home-link" href="/" aria-label="Back to the walkthrough index" title="Back to index"></a>',
606606
)
607607
}
608608

0 commit comments

Comments
 (0)