<.flash_group flash={@flash} />
diff --git a/lib/putzplan_web/components/layouts/root.html.heex b/lib/putzplan_web/components/layouts/root.html.heex
index 1798c32..1c58c4c 100644
--- a/lib/putzplan_web/components/layouts/root.html.heex
+++ b/lib/putzplan_web/components/layouts/root.html.heex
@@ -9,7 +9,7 @@
- <.live_title default="Putzplan" suffix=" ยท Phoenix Framework">
+ <.live_title default="Putzplan">
{assigns[:page_title]}
diff --git a/mix.exs b/mix.exs
index 5fda815..a9fec15 100644
--- a/mix.exs
+++ b/mix.exs
@@ -45,7 +45,6 @@ defmodule Putzplan.MixProject do
{:phoenix, "~> 1.7.21"},
{:phoenix_ecto, "~> 4.5"},
{:ecto_sql, "~> 3.10"},
- {:postgrex, ">= 0.0.0"},
{:phoenix_html, "~> 4.1"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:phoenix_live_view, "~> 1.0"},