@@ -61,19 +61,17 @@ defmodule NavComponent do
6161 >
6262 Batches
6363 </ . link >
64- <%= if ! ExplorerWeb.Helpers . is_mainnet ( ) do %>
65- < . link
66- class = {
67- active_view_class ( @ socket . view , [
68- ExplorerWeb.AggProofs.Index ,
69- ExplorerWeb.AggProof.Index
70- ] )
71- }
72- navigate = { ~p" /aggregated_proofs" }
73- >
74- Aggregation
75- </ . link >
76- <% end %>
64+ < . link
65+ class = {
66+ active_view_class ( @ socket . view , [
67+ ExplorerWeb.AggProofs.Index ,
68+ ExplorerWeb.AggProof.Index
69+ ] )
70+ }
71+ navigate = { ~p" /aggregated_proofs" }
72+ >
73+ Aggregation
74+ </ . link >
7775 < . nav_links_dropdown
7876 title = "Restaking "
7977 class = {
@@ -158,22 +156,20 @@ defmodule NavComponent do
158156 >
159157 Batches
160158 </ . link >
161- <%= if ! ExplorerWeb.Helpers . is_mainnet ( ) do %>
162- < . link
163- class = {
164- classes ( [
165- active_view_class ( assigns . socket . view , [
166- ExplorerWeb.AggregatedProofs.Index ,
167- ExplorerWeb.AggregatedProof.Index
168- ] ) ,
169- "text-foreground/80 hover:text-foreground font-semibold"
170- ] )
171- }
172- navigate = { ~p" /aggregated_proofs" }
173- >
174- Aggregation
175- </ . link >
176- <% end %>
159+ < . link
160+ class = {
161+ classes ( [
162+ active_view_class ( assigns . socket . view , [
163+ ExplorerWeb.AggregatedProofs.Index ,
164+ ExplorerWeb.AggregatedProof.Index
165+ ] ) ,
166+ "text-foreground/80 hover:text-foreground font-semibold"
167+ ] )
168+ }
169+ navigate = { ~p" /aggregated_proofs" }
170+ >
171+ Aggregation
172+ </ . link >
177173 < . link
178174 class = "hover:text-foreground "
179175 target = "_blank "
0 commit comments