mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 04:54:29 +08:00
Format
This commit is contained in:
parent
629584d27f
commit
2db261898f
2 changed files with 3 additions and 3 deletions
|
@ -78,8 +78,7 @@
|
|||
</div>
|
||||
<div :if={@empty_apps_path?} class="mt-5 text-gray-600">
|
||||
<div>
|
||||
No app notebooks found.
|
||||
<br />Follow these steps to list your apps here:
|
||||
No app notebooks found. <br />Follow these steps to list your apps here:
|
||||
</div>
|
||||
<ol class="mt-4 pl-4 flex flex-col space-y-1 list-decimal list-inside">
|
||||
<li>
|
||||
|
|
|
@ -45,7 +45,8 @@ defmodule LivebookWeb.Hub.NewLive do
|
|||
<p class="text-gray-700">
|
||||
We are also working on <span class="font-bold">Livebook Teams</span>, which were
|
||||
designed from the ground up to deploy notebooks within your organization.
|
||||
<span class="font-bold">Livebook Teams</span> runs on your own infrastructure
|
||||
<span class="font-bold">Livebook Teams</span>
|
||||
runs on your own infrastructure
|
||||
to provide essential features for secure collaboration between team members,
|
||||
such as digital signing of notebooks, safe sharing of secrets, and more.
|
||||
To learn more, <a
|
||||
|
|
Loading…
Add table
Reference in a new issue