Skip to content

Commit 946aff2

Browse files
committed
fix: org dashboard page title
1 parent 6077ed1 commit 946aff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora_web/live/org/dashboard_live.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
9292

9393
{:ok,
9494
socket
95-
|> assign(:page_title, "#{header_prefix(current_org)}")
95+
|> assign(:page_title, current_org.name)
9696
|> assign(
9797
:page_description,
9898
"Share bounties, tips or contracts with #{header_prefix(current_org)} contributors and Algora matches"

0 commit comments

Comments
 (0)