Commit 8597e82
authored
[docs] Fix theme toggle not displaying due to duplicate const declara… (#2092)
Minor fix. Related to PR
##2090
**Link the Issue(s) this Pull Request is related to.**
- #1894
**Summarize your change.**
Remove duplicate `const auxNavList` line that was accidentally
introduced in commit fa916ff, causing a JavaScript syntax error that
prevented the theme toggle button from rendering.1 parent fa916ff commit 8597e82
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2476 | 2476 | | |
2477 | 2477 | | |
2478 | 2478 | | |
2479 | | - | |
2480 | 2479 | | |
2481 | 2480 | | |
2482 | 2481 | | |
| |||
0 commit comments