mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Simplifies layouts for wallet platforms and wallet details.
This commit is contained in:
parent
d3b7128f74
commit
7796794858
15 changed files with 177 additions and 71 deletions
18
_layouts/wallet-platform-container.html
Normal file
18
_layouts/wallet-platform-container.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
layout: base
|
||||
---
|
||||
|
||||
{{ content }}
|
||||
|
||||
{% include layout/base/wallets-menu.html %}
|
||||
{% include layout/base/wallets-list.html %}
|
||||
|
||||
<div class="walletsdisclaimer">
|
||||
<h2>
|
||||
<img src="/img/icons/warning.svg" class="warningicon" alt="warning">
|
||||
{% translate educate choose-your-wallet %}
|
||||
</h2>
|
||||
<p>
|
||||
{% translate educatetxt choose-your-wallet %}
|
||||
</p>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue