mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-22 22:05:03 +08:00
mix format
This commit is contained in:
parent
2a7ebb88b2
commit
aca9c18086
2 changed files with 5 additions and 3 deletions
|
@ -67,8 +67,7 @@ defmodule Livebook.Notebook.Explore do
|
||||||
%{
|
%{
|
||||||
path: Path.join(__DIR__, "explore/intro_to_kino.livemd"),
|
path: Path.join(__DIR__, "explore/intro_to_kino.livemd"),
|
||||||
details: %{
|
details: %{
|
||||||
description:
|
description: "Make your notebooks interactive with inputs, controls, and more.",
|
||||||
"Make your notebooks interactive with inputs, controls, and more.",
|
|
||||||
cover_url: "/images/kino.png"
|
cover_url: "/images/kino.png"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -37,7 +37,10 @@ defmodule LivebookWeb.ExploreLive do
|
||||||
Click on any notebook you like and start playing around with it!
|
Click on any notebook you like and start playing around with it!
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</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" />
|
<img src={@lead_notebook_info.details.cover_url} width="100" alt="livebook" />
|
||||||
<div>
|
<div>
|
||||||
<h3 class="text-xl text-gray-50 font-semibold">
|
<h3 class="text-xl text-gray-50 font-semibold">
|
||||||
|
|
Loading…
Reference in a new issue