mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Fixes issues with wallet-menu on handheld devices
This commit is contained in:
parent
9e622be29f
commit
d0ada511d0
4 changed files with 33 additions and 156 deletions
|
@ -28,10 +28,10 @@ http://opensource.org/licenses/MIT.
|
|||
<li class="{{ platformClass }}">
|
||||
{% if platformName == 'hardware' or platformName == 'web' %}
|
||||
{% assign platformHref = "/" | append: page.lang | append: "/wallets/" | append: platformName | append: "/" | append: platformName | append: "/" %}
|
||||
<a href="{{ platformHref }}">{% translate walletcat{{platformName}} choose-your-wallet %}</a>
|
||||
{% else %}
|
||||
{% assign platformHref = "#" %}
|
||||
<a>{% translate walletcat{{platformName}} choose-your-wallet %}</a>
|
||||
{% endif %}
|
||||
<a href="{{ platformHref }}">{% translate walletcat{{platformName}} choose-your-wallet %}</a>
|
||||
{% if platform.items.size > 1 %}
|
||||
<ul>
|
||||
{% for item in platform.items %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue