-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
7 lines (7 loc) · 790 Bytes
/
links.html
File metadata and controls
7 lines (7 loc) · 790 Bytes
1
2
3
4
5
6
7
<!-- links.html -->
<div id="navigation" class="flex-nav-list">
<a href="/popup.html?fromDash=true" class="nav-list-item tooltip tooltip-top"><i class="fa-solid fa-house"></i><span class="tooltiptext" data-translate="dashboard">Dashboard</span></a>
<a href="/wallets.html" class="nav-list-item tooltip tooltip-top"><i class="fa-solid fa-wallet"></i><span class="tooltiptext" data-translate="wallets">Wallets</span></a>
<a href="/scanner.html" class="nav-list-item tooltip tooltip-top"><i class="fa-solid fa-magnifying-glass"></i><span class="tooltiptext" data-translate="scanner">Scanner</span></a>
<a href="/explorers.html" class="nav-list-item tooltip tooltip-top"><i class="fa-solid fa-globe"></i><span class="tooltiptext" data-translate="explore">Explore</span></a>
</div>