There was an error while loading. Please reload this page.
1 parent a99331c commit 41bc9b1Copy full SHA for 41bc9b1
common/header.html
@@ -15,7 +15,7 @@
15
const deviceClass = `.${seg[3]}`;
16
const linkTarget = seg[4] === "self" ? "" : "_blank";
17
const keepOnScrollClass = seg[5] === "keep" ? ".keep" : "";
18
- const linkClass = `.${linkText.trim().toLowerCase().replace(/\s/gi, '-')}`;
+ const linkClass = `.${linkText.trim().toLowerCase().replace(/\s/gi, '-')}-custom-header-links`;
19
20
if (!linkTarget) {
21
headerLinks.push(
0 commit comments