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 a926da8 commit b19ac98Copy full SHA for b19ac98
includes/header.html
@@ -70,7 +70,7 @@ <h4 class="text-mono f5 text-normal color-text-secondary d-md-none">{% data ui.h
70
{% unless languages[languageVariant.code].wip %}
71
<a
72
href="{{ languageVariant.href }}"
73
- class="d-block py-2 no-underline {% if currentPath == languageVariant.href %}active Link--secondary{% else %}Link--primary{% endif %}"
+ class="d-block py-2 no-underline {% if currentPath == languageVariant.href %}active {% else %}Link--primary{% endif %}"
74
style="white-space: nowrap"
75
>
76
{% if languages[languageVariant.code].nativeName %}
0 commit comments