mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-09 21:16:26 +08:00
Fix dashboard path
This commit is contained in:
parent
f88d88c3db
commit
fc20b662ce
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ defmodule LivebookWeb.SettingsLive do
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<%= live_redirect "Dashboard",
|
<%= live_redirect "Dashboard",
|
||||||
to: Routes.home_path(@socket, :page),
|
to: Routes.live_dashboard_path(@socket, :home),
|
||||||
class: "button-base button-blue"%>
|
class: "button-base button-blue"%>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue