File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88import Config
99
1010config :algora ,
11- title: "Algora - Hire the top 1% open source engineers " ,
11+ title: "Algora" ,
1212 description: "Algora connects companies and engineers for full-time and contract work" ,
1313 ecto_repos: [ Algora.Repo ] ,
1414 generators: [ timestamp_type: :utc_datetime_usec ] ,
Original file line number Diff line number Diff line change @@ -563,7 +563,7 @@ defmodule AlgoraWeb.ContractLive do
563563 { Util . initials ( message . sender . name ) }
564564 </ . avatar_fallback >
565565 </ . avatar >
566- < div class = "max-w-[80%] relative rounded-2xl rounded-tl-none bg-muted p-3 break-words whitespace-pre-wrap " >
566+ < div class = "max-w-[80%] relative rounded-2xl rounded-tl-none bg-muted p-3 break-words " >
567567 { message . content }
568568 < div class = "text-[10px] mt-1 text-muted-foreground " >
569569 { message . inserted_at
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ defmodule AlgoraWeb.HomeLive do
4444 _ ->
4545 { :ok ,
4646 socket
47- |> assign ( :page_title , Algora . config ( [ :title ] ) )
47+ |> assign ( :page_title , " Algora - Hire the top 1% open source engineers" )
4848 |> assign ( :page_title_suffix , "" )
4949 |> assign ( :page_image , "#{ AlgoraWeb.Endpoint . url ( ) } /images/og/home.png" )
5050 |> assign ( :screenshot? , not is_nil ( params [ "screenshot" ] ) )
You can’t perform that action at this time.
0 commit comments