mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
Icons to network dropdown.
This commit is contained in:
parent
55835b3741
commit
3cf839e1da
@ -11,10 +11,10 @@
|
||||
<span class="sr-only">Toggle Dropdown</span>
|
||||
</button>
|
||||
<div class="dropdown-menu" [class.d-block]="!networkDropdownHidden">
|
||||
<a class="dropdown-item mainnet" [class.active]="network === ''" routerLink="/">Mainnet</a>
|
||||
<a class="dropdown-item liquid" [class.active]="network === 'liquid'" routerLink="/liquid">Liquid</a>
|
||||
<a class="dropdown-item testnet" [class.active]="network === 'testnet'" routerLink="/testnet">Testnet</a>
|
||||
</div>
|
||||
<a class="dropdown-item mainnet" [class.active]="network === ''" routerLink="/"><img src="./resources/bitcoin-logo.png" style="width: 35.5px;"> Mainnet</a>
|
||||
<a class="dropdown-item liquid" [class.active]="network === 'liquid'" routerLink="/liquid"><img src="./resources/liquid-logo.png" style="width: 35.5px;"> Liquid</a>
|
||||
<a class="dropdown-item testnet" [class.active]="network === 'testnet'" routerLink="/testnet"><img src="./resources/testnet-logo.png" style="width: 35.5px;"> Testnet</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button class="navbar-toggler" type="button" (click)="collapse()" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 9.7 KiB |
BIN
frontend/src/resources/liquid-logo.png
Normal file
BIN
frontend/src/resources/liquid-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
frontend/src/resources/testnet-logo.png
Normal file
BIN
frontend/src/resources/testnet-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.3 KiB |
Loading…
Reference in New Issue
Block a user