Skip to content

Commit

Permalink
litecoin: reenable network selector in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
losh11 committed Feb 26, 2024
1 parent 247504b commit fdec87c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ <h5><ng-container i18n="about.about-the-project">Litecoin Explorer</ng-container
</div>
</div>
<div class="row">
<!-- <div class="col-lg-6 links">
<div class="col-lg-6 links">
<p class="category">More 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>
</div> -->
</div>
<div class="col-lg-6 links">
<p class="category">Legal</p>
<p><a [routerLink]="['/terms-of-service']" i18n="shared.terms-of-service|Terms of Service">Terms of
Expand Down

0 comments on commit fdec87c

Please sign in to comment.