Fix PageHelpers.title/1 example (#555)

This commit is contained in:
Jonatan Kłosko 2021-09-18 23:51:16 +02:00 committed by GitHub
parent b290d3e040
commit 47dcc808e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"""