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 354f1e1 commit 66b3985Copy full SHA for 66b3985
lib/algora_web/live/org/dashboard_live.ex
@@ -312,14 +312,12 @@ defmodule AlgoraWeb.Org.DashboardLive do
312
end
313
314
defp assign_achievements(socket) do
315
- tech = List.first(socket.assigns.current_user.tech_stack)
316
-
317
status_fns = [
318
{&personalize_status/1, "Personalize Algora"},
319
{&install_app_status/1, "Install the Algora app"},
320
{&create_bounty_status/1, "Create a bounty"},
321
{&reward_bounty_status/1, "Reward a bounty"},
322
- {&begin_collaboration_status/1, "Contract a #{tech} developer"},
+ {&begin_collaboration_status/1, "Contract a contributor"},
323
{&complete_first_contract_status/1, "Complete a contract"}
324
]
325
0 commit comments