mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-04 06:01:59 +08:00
Fix PageHelpers.title/1 example (#555)
This commit is contained in:
parent
b290d3e040
commit
47dcc808e8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ defmodule LivebookWeb.PageHelpers do
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
<.user_avatar user={@user} class="h-20 w-20" text_class="text-3xl" />
|
<.title text="Explore" socket={@socket} />
|
||||||
"""
|
"""
|
||||||
def title(assigns) do
|
def title(assigns) do
|
||||||
~H"""
|
~H"""
|
||||||
|
|
Loading…
Reference in a new issue