From 315b108fa1e0e92cfb47676a7efe8c5cf3f081d5 Mon Sep 17 00:00:00 2001 From: qdust41 Date: Sun, 5 Apr 2026 15:15:07 -0400 Subject: [PATCH] Added page titles and proper favicon --- .../components/layouts/root.html.heex | 5 +++-- .../components/layouts/spa_root.html.heex | 13 ++++++++++++- lib/mixer_web/controllers/page_controller.ex | 4 +++- ...vicon-3133be378e68a7fd3d9cb261166b0629.ico | Bin 0 -> 15406 bytes ...vicon-91f37b602a111216f1eef3aa337ad763.ico | Bin 152 -> 0 bytes priv/static/favicon.ico | Bin 152 -> 15406 bytes 6 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 priv/static/favicon-3133be378e68a7fd3d9cb261166b0629.ico delete mode 100644 priv/static/favicon-91f37b602a111216f1eef3aa337ad763.ico diff --git a/lib/mixer_web/components/layouts/root.html.heex b/lib/mixer_web/components/layouts/root.html.heex index 5799f78..8496a59 100644 --- a/lib/mixer_web/components/layouts/root.html.heex +++ b/lib/mixer_web/components/layouts/root.html.heex @@ -4,8 +4,9 @@ - <.live_title default="Mixer" suffix=" · Phoenix Framework"> - {assigns[:page_title]} + + <.live_title suffix=" · Mixer"> + {assigns[:page_title] || "Mixer"}