refine skip button
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user