diff --git a/lib/livebook_web/live/notebook_card_component.ex b/lib/livebook_web/live/notebook_card_component.ex index da85d0333..a7d5c1320 100644 --- a/lib/livebook_web/live/notebook_card_component.ex +++ b/lib/livebook_web/live/notebook_card_component.ex @@ -5,9 +5,10 @@ defmodule LivebookWeb.NotebookCardComponent do def render(assigns) do ~L"""
-
+ <%= live_redirect to: Routes.explore_path(@socket, :notebook, @notebook_info.slug), + class: "flex items-center justify-center p-6 border-2 border-gray-100 rounded-t-2xl h-[150px]" do %> -
+ <% end %>
<%= live_redirect @notebook_info.title, to: Routes.explore_path(@socket, :notebook, @notebook_info.slug),