From 47dcc808e8875f30dc8239638dc7fb71a7d3e430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Sat, 18 Sep 2021 23:51:16 +0200 Subject: [PATCH] Fix PageHelpers.title/1 example (#555) --- lib/livebook_web/live/page_helpers.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/livebook_web/live/page_helpers.ex b/lib/livebook_web/live/page_helpers.ex index 9c5c4ba6a..3920ac1ec 100644 --- a/lib/livebook_web/live/page_helpers.ex +++ b/lib/livebook_web/live/page_helpers.ex @@ -10,7 +10,7 @@ defmodule LivebookWeb.PageHelpers do ## Examples - <.user_avatar user={@user} class="h-20 w-20" text_class="text-3xl" /> + <.title text="Explore" socket={@socket} /> """ def title(assigns) do ~H"""