mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
Order tabs for derivation path alphabetically
This commit is contained in:
@@ -276,12 +276,12 @@
|
||||
<div class="col-md-12">
|
||||
<h2>Derivation Path</h2>
|
||||
<ul class="derivation-type nav nav-tabs" role="tablist">
|
||||
<li id="bip44-tab" class="active">
|
||||
<a href="#bip44" role="tab" data-toggle="tab">BIP44</a>
|
||||
</li>
|
||||
<li id="bip32-tab">
|
||||
<a href="#bip32" role="tab" data-toggle="tab">BIP32</a>
|
||||
</li>
|
||||
<li id="bip44-tab" class="active">
|
||||
<a href="#bip44" role="tab" data-toggle="tab">BIP44</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="derivation-type tab-content">
|
||||
<div id="bip44" class="tab-pane active">
|
||||
|
||||
Reference in New Issue
Block a user