This commit is contained in:
Xavier Fiechter 2023-02-02 23:39:17 +01:00
parent 98923ae94c
commit 756950cc41

View file

@ -198,6 +198,33 @@ body {
<div class="position-sticky pt-3 sidebar-sticky">
<h6 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-muted text-uppercase">
<span>Wallets / Labelbases</span>
<a class="link-secondary" href="#" aria-label="Add a new wallet">
<span data-feather="plus-circle" class="align-text-bottom"></span>
</a>
</h6>
<ul class="nav flex-column mb-2">
<li class="nav-item">
<a class="nav-link" href="#">
<span data-feather="database" class="align-text-bottom"></span>
LazyTiger 90A1C200
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
<span data-feather="file-text" class="align-text-bottom"></span>
ExitedCow 2AEDB33F
</a>
</li>
</ul>
<!-- -->
<h6 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-muted text-uppercase">
<span>Your account</span>
<a class="link-secondary" href="#" aria-label="Add a new wallet">
@ -233,27 +260,7 @@ body {
<!-- -->
<h6 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-muted text-uppercase">
<span>Wallets / Labelbases</span>
<a class="link-secondary" href="#" aria-label="Add a new wallet">
<span data-feather="plus-circle" class="align-text-bottom"></span>
</a>
</h6>
<ul class="nav flex-column mb-2">
<li class="nav-item">
<a class="nav-link" href="#">
<span data-feather="database" class="align-text-bottom"></span>
LazyTiger 90A1C200
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">
<span data-feather="file-text" class="align-text-bottom"></span>
ExitedCow 2AEDB33F
</a>
</li>
</ul>
</div>