Skip to content

Commit

Permalink
Fix dashboard path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Jan 12, 2022
1 parent f88d88c commit fc20b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/livebook_web/live/settings_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ defmodule LivebookWeb.SettingsLive do
</div>
<%= live_redirect "Dashboard",
to: Routes.home_path(@socket, :page),
to: Routes.live_dashboard_path(@socket, :home),
class: "button-base button-blue"%>
</div>
</div>
Expand Down

0 comments on commit fc20b66

Please sign in to comment.