diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html index 0a1a5ac..837c735 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -101,10 +101,10 @@ | |||
101 | <div class="col-md-12"> | 101 | <div class="col-md-12"> |
102 | <h2>Derivation Path</h2> | 102 | <h2>Derivation Path</h2> |
103 | <ul class="derivation-type nav nav-tabs" role="tablist"> | 103 | <ul class="derivation-type nav nav-tabs" role="tablist"> |
104 | <li class="active"> | 104 | <li id="bip44-tab" class="active"> |
105 | <a href="#bip44" role="tab" data-toggle="tab">BIP44</a> | 105 | <a href="#bip44" role="tab" data-toggle="tab">BIP44</a> |
106 | </li> | 106 | </li> |
107 | <li> | 107 | <li id="bip32-tab"> |
108 | <a href="#bip32" role="tab" data-toggle="tab">BIP32</a> | 108 | <a href="#bip32" role="tab" data-toggle="tab">BIP32</a> |
109 | </li> | 109 | </li> |
110 | </ul> | 110 | </ul> |