Skip to content

Commit 18d83c6

Browse files
Update head-menu.html
1 parent 0896b42 commit 18d83c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/layout/base/head-menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<ul>
6161
<li{% if page.id == 'support-bitcoin' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate support-bitcoin url %}">{% translate menu-support-bitcoin layout %}</a>
6262
<li id="buybitcoinmenulink" {% if page.id == 'buy' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate buy url %}">{% translate menu-buy layout %}</a></li>
63-
<li id="sellbitcoinmenulink" {% if page.id == 'sell' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate sell url %}">{% translate menu-sell layout %}</a></li>
63+
<li id="sellbitcoinmenulink" {% if page.id == 'sell' %} class="active"{% endif %}><a href="/en/{% translate sell url %}">{% translate menu-sell layout %}</a></li>
6464
{% if page.lang == 'en' %}<li{% if page.id == 'full-node' %} class="active"{% endif %}><a href="/en/full-node">Running a full node</a></li>{% endif %}
6565
<li{% if page.id == 'development' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate development url %}">{% translate menu-development layout %}</a></li>
6666
</ul>

0 commit comments

Comments
 (0)