mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-18 14:09:38 +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">
|
<div class="w-full flex flex-col space-y-4">
|
||||||
<.link
|
<.link
|
||||||
:for={app <- visible_apps(@apps)}
|
: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"
|
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>
|
<span class="font-semibold"><%= app.notebook_name %></span>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue