Skip to content

Commit

Permalink
correlations page only for mainnet
Browse files Browse the repository at this point in the history
JIRA: (BIDS-601)
  • Loading branch information
Stefan committed Dec 6, 2022
1 parent 49658db commit 19cb5b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -655,10 +655,12 @@
<span class="nav-icon"><i class="fas fa-burn" aria-hidden="true"></i></span>
<span class="nav-text ml-3">EIP-1559 Burn</span>
</a>
{{ if .Mainnet }}
<a class="dropdown-item" href="/correlations">
<span class="nav-icon"><i class="fas fa-chart-line" aria-hidden="true"></i></span>
<span class="nav-text ml-3">Correlations</span>
</a>
{{ end }}
<!-- <a ga-outbound class="dropdown-item" href="https://eth2.ethernodes.org/">
<span class="nav-icon"><i class="fas fa-network-wired"></i></span>
<span class="nav-text ml-3">Nodes</span>
Expand Down

0 comments on commit 19cb5b6

Please sign in to comment.