Skip to content

Commit 855d1d6

Browse files
committed
misc fixes
1 parent 06df086 commit 855d1d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/config.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Config
99

1010
config :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],

lib/algora_web/live/contract_live.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lib/algora_web/live/home_live.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"]))

0 commit comments

Comments
 (0)