Skip to content

Commit

Permalink
Fix links in the public apps list (#2275)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko authored Oct 14, 2023
1 parent bdc24bf commit 9bd51e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/livebook_web/live/auth_app_list_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defmodule LivebookWeb.AuthAppListLive do
<div class="w-full flex flex-col space-y-4">
<.link
:for={app <- visible_apps(@apps)}
navigate={~p"/apps/#{app.slug}"}
href={~p"/apps/#{app.slug}"}
class="px-4 py-3 border border-gray-200 rounded-xl text-gray-800 pointer hover:bg-gray-50 flex justify-between"
>
<span class="font-semibold"><%= app.notebook_name %></span>
Expand Down

0 comments on commit 9bd51e3

Please sign in to comment.