We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3eb64a commit 38fc113Copy full SHA for 38fc113
lib/livebook_web/live/auth_app_list_live.ex
@@ -18,7 +18,7 @@ defmodule LivebookWeb.AuthAppListLive do
18
<div class="w-full flex flex-col space-y-4">
19
<.link
20
:for={app <- visible_apps(@apps)}
21
- navigate={~p"/apps/#{app.slug}"}
+ href={~p"/apps/#{app.slug}"}
22
class="px-4 py-3 border border-gray-200 rounded-xl text-gray-800 pointer hover:bg-gray-50 flex justify-between"
23
>
24
<span class="font-semibold"><%= app.notebook_name %></span>
0 commit comments