mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
Display no category by default on the wallet page
This commit is contained in:
parent
e3614f182b
commit
4b7da55f46
2 changed files with 18 additions and 7 deletions
|
@ -688,7 +688,7 @@ wallets:
|
|||
|
||||
<div class="wallets walletsmobile" id="walletsmobile"></div>
|
||||
|
||||
<script>if(isMobile())walletShowPlatform('mobile');else walletShowPlatform('desktop');</script>
|
||||
<script>if (isMobile()) walletShowPlatform('mobile'); else walletShowPlatform('default');</script>
|
||||
|
||||
<div class="walletsdisclaimer">
|
||||
<h2><img src="/img/icons/warning.svg" class="warningicon" alt="warning">{% translate educate %}</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue