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 8
8
import Config
9
9
10
10
config :algora ,
11
- title: "Algora - Hire the top 1% open source engineers " ,
11
+ title: "Algora" ,
12
12
description: "Algora connects companies and engineers for full-time and contract work" ,
13
13
ecto_repos: [ Algora.Repo ] ,
14
14
generators: [ timestamp_type: :utc_datetime_usec ] ,
Original file line number Diff line number Diff line change @@ -563,7 +563,7 @@ defmodule AlgoraWeb.ContractLive do
563
563
{ Util . initials ( message . sender . name ) }
564
564
</ . avatar_fallback >
565
565
</ . 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 " >
567
567
{ message . content }
568
568
< div class = "text-[10px] mt-1 text-muted-foreground " >
569
569
{ message . inserted_at
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ defmodule AlgoraWeb.HomeLive do
44
44
_ ->
45
45
{ :ok ,
46
46
socket
47
- |> assign ( :page_title , Algora . config ( [ :title ] ) )
47
+ |> assign ( :page_title , " Algora - Hire the top 1% open source engineers" )
48
48
|> assign ( :page_title_suffix , "" )
49
49
|> assign ( :page_image , "#{ AlgoraWeb.Endpoint . url ( ) } /images/og/home.png" )
50
50
|> assign ( :screenshot? , not is_nil ( params [ "screenshot" ] ) )
You can’t perform that action at this time.
0 commit comments