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 6077ed1 commit 946aff2Copy full SHA for 946aff2
lib/algora_web/live/org/dashboard_live.ex
@@ -92,7 +92,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
92
93
{:ok,
94
socket
95
- |> assign(:page_title, "#{header_prefix(current_org)}")
+ |> assign(:page_title, current_org.name)
96
|> assign(
97
:page_description,
98
"Share bounties, tips or contracts with #{header_prefix(current_org)} contributors and Algora matches"
0 commit comments