Skip to content

Commit a46d364

Browse files
committed
fix button in dev
1 parent e1a93fb commit a46d364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/layout.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ defmodule LiveDebuggerDev.Layout do
7171
def render("app.html", assigns) do
7272
~H"""
7373
<main>
74-
<LiveDebugger.debug_button redirect_url="/live_debug" socket_id={@socket.id} />
74+
<LiveDebugger.debug_button socket_id={@socket.id} />
7575
<%= @inner_content %>
7676
</main>
7777
"""

0 commit comments

Comments
 (0)