Update import URL text (#282)

This commit is contained in:
José Valim 2021-05-21 08:11:53 +02:00 committed by GitHub
parent 10973de66b
commit 00edceafc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,8 +18,7 @@ defmodule LivebookWeb.HomeLive.ImportUrlComponent do
</div>
<% end %>
<p class="text-gray-700">
Load notebook from an online source (e.g. a GitHub repository)
simply by pasting its URL.
Paste the URL to a .livemd file, to a GitHub file, or to a Gist to import it.
</p>
<%= f = form_for :data, "#",
phx_submit: "import",