File tree Expand file tree Collapse file tree
explorer/lib/explorer_web/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ defmodule NavComponent do
4747 >
4848 🟩 < span class = "sr-only " > Aligned Explorer Home</ span >
4949 </ . link >
50- < div class = { [ "items-center gap-5 hidden md :inline-flex" ] } >
50+ < div class = { [ "items-center gap-5 hidden lg :inline-flex" ] } >
5151 < . link
5252 class = {
5353 active_view_class ( assigns . socket . view , [
@@ -80,7 +80,6 @@ defmodule NavComponent do
8080 ExplorerWeb.Restake.Index
8181 ] )
8282 }
83- ,
8483 links = { [
8584 { "Operators" , ~p" /operators" ,
8685 active_view_class ( assigns . socket . view , [
@@ -124,7 +123,7 @@ defmodule NavComponent do
124123 icon = "hero-cube-transparent-micro "
125124 />
126125 < button
127- class = "md :hidden z-50 "
126+ class = "lg :hidden z-50 "
128127 id = "menu-toggle "
129128 phx-click = { toggle_menu ( ) }
130129 aria-label = "Toggle hamburger menu "
@@ -155,6 +154,20 @@ defmodule NavComponent do
155154 >
156155 Batches
157156 </ . link >
157+ < . link
158+ class = {
159+ classes ( [
160+ active_view_class ( assigns . socket . view , [
161+ ExplorerWeb.AggregatedProofs.Index ,
162+ ExplorerWeb.AggregatedProof.Index
163+ ] ) ,
164+ "text-foreground/80 hover:text-foreground font-semibold"
165+ ] )
166+ }
167+ navigate = { ~p" /aggregated_proofs" }
168+ >
169+ Aggregation
170+ </ . link >
158171 < . link
159172 class = "hover:text-foreground "
160173 target = "_blank "
You can’t perform that action at this time.
0 commit comments