1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-26 13:02:42 +00:00

Fix language-menu bug for Spanish language

Fixed bug where Spanish line in language-menu was set to Portuguese class
This commit is contained in:
Maxime van der Smissen
2023-07-14 12:41:05 +02:00
parent 81fb24b6f5
commit 88cc15c1ba

View File

@@ -6,6 +6,6 @@
<a href="/hu/" class="{{#is page.lang 'hu'}}active {{/is}}dropdown-item">Magyar (Hungarian)</a>
<a href="/pl/" class="{{#is page.lang 'pl'}}active {{/is}}dropdown-item">polski (Polish)</a>
<a href="/pt/" class="{{#is page.lang 'pt'}}active {{/is}}dropdown-item">Português (Portuguese)</a>
<a href="/es/" class="{{#is page.lang 'pt'}}active {{/is}}dropdown-item">Español (Spanish)</a>
<a href="/es/" class="{{#is page.lang 'es'}}active {{/is}}dropdown-item">Español (Spanish)</a>
<a href="/nl/" class="{{#is page.lang 'nl'}}active {{/is}}dropdown-item">Nederlands (Dutch)</a>
</div>