We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4428e19 commit ec5f450Copy full SHA for ec5f450
lib/components_guide_web/live/latency_status.ex
@@ -63,8 +63,11 @@ defmodule ComponentsGuideWeb.LatencyStatusLive do
63
64
@impl true
65
def mount(%{}, _session, socket) do
66
+ socket = assign(socket, page_title: "Latency Comparison")
67
+
68
state = State.default()
69
socket = assign_state(socket, state)
70
71
{:ok, socket}
72
end
73
0 commit comments