Icons to network dropdown.

This commit is contained in:
softsimon 2020-06-01 15:08:27 +07:00
parent 55835b3741
commit 3cf839e1da
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
4 changed files with 4 additions and 4 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB