We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98de6a commit 04c4e4eCopy full SHA for 04c4e4e
docs/layouts/partials/navbar-version-selector.html
@@ -9,9 +9,9 @@
9
{{ $.Scratch.Set "activeVersion" .version }}
10
{{ end }}
11
12
-<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+<button class="nav-link dropdown-toggle" id="navbarDropdown" type="button" data-toggle="dropdown" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
13
{{ printf "%s" ($.Scratch.Get "docLabel") }}
14
-</a>
+</button>
15
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
16
{{ range .Site.Params.versions }}
17
<a
0 commit comments