Change more networks to networks

This commit is contained in:
hunicus 2023-08-01 17:26:13 +09:00
parent 316028fe66
commit 4cb379bb0f
No known key found for this signature in database
GPG Key ID: 24837C51B6D81FD9

View File

@ -52,7 +52,7 @@
</div>
<div class="row">
<div class="col-lg-6 links">
<p class="category">More Networks</p>
<p class="category">Networks</p>
<p *ngIf="currentNetwork !== '' && currentNetwork !== 'mainnet'"><a [href]="networkLink('mainnet')">Mainnet Explorer</a></p>
<p *ngIf="currentNetwork !== 'testnet'"><a [href]="networkLink('testnet')">Testnet Explorer</a></p>
<p *ngIf="currentNetwork !== 'signet'"><a [href]="networkLink('signet')">Signet Explorer</a></p>