File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import Config
1010config :algora ,
1111 title: "Algora" ,
1212 description:
13- "Algora is a developer tool & community simplifying bounties, hiring & open source sustainability ." ,
13+ "Discover GitHub bounties, contract work and jobs. Hire the top 1% open source developers ." ,
1414 ecto_repos: [ Algora.Repo ] ,
1515 generators: [ timestamp_type: :utc_datetime_usec ] ,
1616 redirects: [
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ defmodule AlgoraWeb.HomeLive do
5656
5757 { :ok ,
5858 socket
59+ |> assign ( :page_title , "Algora - The open source Upwork for engineers" )
60+ |> assign ( :page_image , "#{ AlgoraWeb.Endpoint . url ( ) } /images/og/home.png" )
5961 |> assign ( :screenshot? , not is_nil ( params [ "screenshot" ] ) )
6062 |> assign ( :oauth_url , Github . authorize_url ( % { socket_id: socket . id } ) )
6163 |> assign ( :featured_devs , Accounts . list_featured_developers ( country_code ) )
You can’t perform that action at this time.
0 commit comments