Skip to content

Commit ec5f450

Browse files
committed
Add page title to latency comparison
1 parent 4428e19 commit ec5f450

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/components_guide_web/live/latency_status.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,11 @@ defmodule ComponentsGuideWeb.LatencyStatusLive do
6363

6464
@impl true
6565
def mount(%{}, _session, socket) do
66+
socket = assign(socket, page_title: "Latency Comparison")
67+
6668
state = State.default()
6769
socket = assign_state(socket, state)
70+
6871
{:ok, socket}
6972
end
7073

0 commit comments

Comments
 (0)