mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-24 23:09:23 +08:00
Fix links in the public apps list (#2275)
This commit is contained in:
parent
bdc24bff70
commit
9bd51e3af1
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue