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 31bfa12 commit 36b70b1Copy full SHA for 36b70b1
_includes/nav.html
@@ -23,7 +23,7 @@
23
</div>
24
{% endfor %}
25
<div class="nav-item ml-2 ml-sm-1 text-center">
26
- <li class="nav-item dropdown mb-0">
+ <div class="nav-item dropdown mb-0">
27
<button class="nav-link dropdown-toggle" id="navbarDropdown" aria-label="{% t generic.accessibility.lang-menu %}"
28
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
29
<i class="fa fa-globe size-16 color-gray-900"></i><span
@@ -32,7 +32,7 @@
32
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
33
{% include nav_languages.html %}
34
35
- </li>
+ </div>
36
37
38
0 commit comments