mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Add missing class for a few other icons
This commit is contained in:
parent
af8591494e
commit
f2f6459920
1 changed files with 3 additions and 3 deletions
|
@ -19,15 +19,15 @@ id: choose-your-wallet
|
|||
<div class="previewcol">
|
||||
|
||||
<div class="previewrow">
|
||||
<h2><img src="/img/ico_software.svg" alt="Software wallets" />{% translate walletdesk %}</h2>
|
||||
<h2><img class="titleicon" src="/img/ico_software.svg" alt="Software wallets" />{% translate walletdesk %}</h2>
|
||||
<p>{% translate walletdesktxt %}</p>
|
||||
</div>
|
||||
<div class="previewrow">
|
||||
<h2><img src="/img/ico_mobile.svg" alt="mobile wallets" />{% translate walletmobi %}</h2>
|
||||
<h2><img class="titleicon" src="/img/ico_mobile.svg" alt="mobile wallets" />{% translate walletmobi %}</h2>
|
||||
<p>{% translate walletmobitxt %}</p>
|
||||
</div>
|
||||
<div class="previewrow">
|
||||
<h2><img src="/img/ico_international.svg" alt="web wallets" />{% translate walletweb %}</h2>
|
||||
<h2><img class="titleicon" src="/img/ico_international.svg" alt="web wallets" />{% translate walletweb %}</h2>
|
||||
<p>{% translate walletwebtxt %}</p>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue