downloads: add "usage instructions" link below hardware wallet logos

This commit is contained in:
rating89us 2021-08-04 15:37:39 +02:00 committed by rating89us
parent 63106d6077
commit db3044db98
2 changed files with 5 additions and 4 deletions

View file

@ -251,6 +251,7 @@ downloads:
sourcearchive: Source Code (archive) sourcearchive: Source Code (archive)
hwdesc: "Hardware wallets are cryptographically secure devices that help keep your coins safe. Monero is currently supported by Ledger Nano S/X and Trezor Model T." hwdesc: "Hardware wallets are cryptographically secure devices that help keep your coins safe. Monero is currently supported by Ledger Nano S/X and Trezor Model T."
hwth: Hardware Wallet hwth: Hardware Wallet
instructions: Usage instructions
hwthmodel: Model(s) hwthmodel: Model(s)
hwthsupported: Wallets hwthsupported: Wallets
hwthfirm: Min. firmware version hwthfirm: Min. firmware version

View file

@ -305,7 +305,7 @@ permalink: /downloads/index.html
<th>{% t downloads.hwthfirm %}</th> <th>{% t downloads.hwthfirm %}</th>
</tr> </tr>
<tr> <tr>
<td><a class="ext-noicon" href="https://support.ledger.com/hc/en-us/articles/360006352934-Monero-XMR-"><img class="hw" src="/img/ledger.png" loading="lazy" alt="ledger logo"></a></td> <td><a class="ext-noicon" href="https://support.ledger.com/hc/en-us/articles/360006352934-Monero-XMR-"><img class="hw" src="/img/ledger.png" loading="lazy" alt="ledger logo"></a><p><a href="https://support.ledger.com/hc/en-us/articles/360006352934-Monero-XMR-">{% t downloads.instructions %}</a></p></td>
<td> <td>
<ul> <ul>
<li>Nano S</li> <li>Nano S</li>
@ -328,7 +328,7 @@ permalink: /downloads/index.html
</td> </td>
</tr> </tr>
<tr> <tr>
<td><a class="ext-noicon" href="https://wiki.trezor.io/Monero_(XMR)"><img src="/img/trezor.png" loading="lazy" alt="Trezor logo"></a></td> <td><a class="ext-noicon" href="https://wiki.trezor.io/Monero_(XMR)"><img src="/img/trezor.png" loading="lazy" alt="Trezor logo"></a><p><a href="https://wiki.trezor.io/Monero_(XMR)">{% t downloads.instructions %}</a></p></td>
<td> <td>
<ul> <ul>
<li>Model T</li> <li>Model T</li>
@ -350,7 +350,7 @@ permalink: /downloads/index.html
</table> </table>
<div class="mobile-only"> <div class="mobile-only">
<div> <div>
<h3><a class="ext-noicon" href="https://support.ledger.com/hc/en-us/articles/360006352934-Monero-XMR-"><img class="hw" src="/img/ledger.png" loading="lazy" alt="ledger logo"></a></h3> <h3><a class="ext-noicon" href="https://support.ledger.com/hc/en-us/articles/360006352934-Monero-XMR-"><img class="hw" src="/img/ledger.png" loading="lazy" alt="ledger logo"></a><p><a href="https://support.ledger.com/hc/en-us/articles/360006352934-Monero-XMR-">{% t downloads.instructions %}</a></p></h3>
<ul> <ul>
<b>{% t downloads.hwmobmodels %}</b> <b>{% t downloads.hwmobmodels %}</b>
<li>Nano S</li> <li>Nano S</li>
@ -364,7 +364,7 @@ permalink: /downloads/index.html
<li>{% t downloads.hwnanos %}</li> <li>{% t downloads.hwnanos %}</li>
<li>{% t downloads.hwnanox %}</li> <li>{% t downloads.hwnanox %}</li>
</ul> </ul>
<h3><a class="ext-noicon" href="https://wiki.trezor.io/Monero_(XMR)"><img src="/img/trezor.png" loading="lazy" alt="Trezor logo"></a></h3> <h3><a class="ext-noicon" href="https://wiki.trezor.io/Monero_(XMR)"><img src="/img/trezor.png" loading="lazy" alt="Trezor logo"></a><p><a href="https://wiki.trezor.io/Monero_(XMR)">{% t downloads.instructions %}</a></p></h3>
<ul> <ul>
<b>{% t downloads.hwmobmodels %}</b> <b>{% t downloads.hwmobmodels %}</b>
<li>Model T</li> <li>Model T</li>