Skip to content

Commit 95d4127

Browse files
authored
Update main.js
1 parent ea80ca4 commit 95d4127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
*/
5555
(function SubNav() {
5656
if (/^\/frequently\-asked\-questions/.test(window.location.pathname)) {
57-
insertSubNav('#main-content h1', '/frequently-asked-questions.html', 1);
57+
insertSubNav('#main-content h2', '/frequently-asked-questions.html', 1);
5858
} else if (/^\/how\-to\-open\-source/.test(window.location.pathname)) {
5959
insertSubNav('#main-content h3', '/how-to-open-source.html', 1);
6060
}

0 commit comments

Comments
 (0)