We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83576e3 commit ddbf590Copy full SHA for ddbf590
2 files changed
explorer/lib/explorer_web/live/pages/agg_proofs/index.ex
@@ -31,7 +31,7 @@ defmodule ExplorerWeb.AggProofs.Index do
31
32
@impl true
33
def handle_event("change_page", %{"page" => page}, socket) do
34
- {:noreply, push_navigate(socket, to: ~p"/batches?page=#{page}")}
+ {:noreply, push_navigate(socket, to: ~p"/aggregated_proofs?page=#{page}")}
35
end
36
37
defp get_current_page(params) do
explorer/lib/explorer_web/live/pages/agg_proofs/index.html.heex
@@ -54,7 +54,7 @@
54
<span class="sr-only">Next Page</span>
55
</.button>
56
</.link>
57
- <.link navigate={~p"/batches?page=#{@last_page}"}>
+ <.link navigate={~p"/aggregated_proofs?page=#{@last_page}"}>
58
<.button class="text-muted-foreground group">
59
Last
60
0 commit comments