mix format

This commit is contained in:
José Valim 2022-08-28 19:25:34 +02:00
parent 2a7ebb88b2
commit aca9c18086
2 changed files with 5 additions and 3 deletions

View file

@ -67,8 +67,7 @@ defmodule Livebook.Notebook.Explore do
%{
path: Path.join(__DIR__, "explore/intro_to_kino.livemd"),
details: %{
description:
"Make your notebooks interactive with inputs, controls, and more.",
description: "Make your notebooks interactive with inputs, controls, and more.",
cover_url: "/images/kino.png"
}
},

View file

@ -37,7 +37,10 @@ defmodule LivebookWeb.ExploreLive do
Click on any notebook you like and start playing around with it!
</p>
</div>
<div id="welcome-to-livebook" class="p-8 bg-gray-900 rounded-2xl flex flex-col sm:flex-row space-y-8 sm:space-y-0 space-x-0 sm:space-x-8 items-center shadow-xl">
<div
id="welcome-to-livebook"
class="p-8 bg-gray-900 rounded-2xl flex flex-col sm:flex-row space-y-8 sm:space-y-0 space-x-0 sm:space-x-8 items-center shadow-xl"
>
<img src={@lead_notebook_info.details.cover_url} width="100" alt="livebook" />
<div>
<h3 class="text-xl text-gray-50 font-semibold">