Fix links in the public apps list (#2275)

This commit is contained in:
Jonatan Kłosko 2023-10-14 16:12:24 +02:00 committed by GitHub
parent bdc24bff70
commit 9bd51e3af1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>