Skip to content

Commit 38fc113

Browse files
committed
Fix links in the public apps list (#2275)
1 parent a3eb64a commit 38fc113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/livebook_web/live/auth_app_list_live.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defmodule LivebookWeb.AuthAppListLive do
1818
<div class="w-full flex flex-col space-y-4">
1919
<.link
2020
:for={app <- visible_apps(@apps)}
21-
navigate={~p"/apps/#{app.slug}"}
21+
href={~p"/apps/#{app.slug}"}
2222
class="px-4 py-3 border border-gray-200 rounded-xl text-gray-800 pointer hover:bg-gray-50 flex justify-between"
2323
>
2424
<span class="font-semibold"><%= app.notebook_name %></span>

0 commit comments

Comments
 (0)