Skip to content

Commit

Permalink
litecoin: hide /lightning in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
losh11 committed Aug 30, 2023
1 parent a78e559 commit 109ffbf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h5><ng-container i18n="about.about-the-project">Litecoin Explorer</ng-container
<div class="col-lg-6">
<p class="category">Explore</p>
<p><a [routerLink]="['/mining' | relativeUrl]">Mining Dashboard</a></p>
<p><a [routerLink]="['/lightning' | relativeUrl]">Lightning Dashboard</a></p>
<!-- <p><a [routerLink]="['/lightning' | relativeUrl]">Lightning Dashboard</a></p> -->
<p><a [routerLink]="['/blocks' | relativeUrl]">Recent Blocks</a></p>
<p><a [routerLink]="['/docs/api' | relativeUrl]">API Documentation</a></p>
</div>
Expand Down Expand Up @@ -92,4 +92,4 @@ <h5><ng-container i18n="about.about-the-project">Litecoin Explorer</ng-container
</div>
</div>
</div>
</footer>
</footer>

0 comments on commit 109ffbf

Please sign in to comment.