Skip to content
Snippets Groups Projects
Unverified Commit 9aff7cde authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Change the language selector icon to a globe.

parent e6b6acd8
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
{% if not hideLanguageBar -%} {% if not hideLanguageBar -%}
<div class="right"> <div class="right">
<a href="" id="menuLink" class="menu-link hide-for-large"> <a href="" id="menuLink" class="menu-link hide-for-large">
<span class="fa fa-language fa-2x" aria-hidden="true"></span> <span class="fa fa-globe fa-2x" aria-hidden="true"></span>
</a> </a>
</div> </div>
{% endif %} {% endif %}
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
id="language-selector"> id="language-selector">
{% for key, lang in languageBar -%} {% for key, lang in languageBar -%}
{% if key == currentLanguage -%} {% if key == currentLanguage -%}
<option value="{{ key }}" selected="selected">&#xf1ab; {{ lang.name }}</option> <option value="{{ key }}" selected="selected">&#xf0ac; {{ lang.name }}</option>
{% else -%} {% else -%}
<option value="{{ key }}">{{ lang.name }}</option> <option value="{{ key }}">{{ lang.name }}</option>
{% endif -%} {% endif -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment