refine skip button

This commit is contained in:
2026-01-02 18:12:36 -08:00
parent b358448d69
commit c16097898a
2 changed files with 8 additions and 1 deletions

View File

@ -23,7 +23,7 @@ const constructMenuLink = function(title, href) {
}
const constructSkipLink = function() {
const a = constructMenuLink("skip", "#main");
const a = constructMenuLink("skip to main", "#main");
a.id = "skip";
return a;