From 41c67fe35eafc7ffac38b451512931eb75557e21 Mon Sep 17 00:00:00 2001 From: Vladimir Rubin Date: Sat, 14 Dec 2024 00:34:04 +0200 Subject: [PATCH] style: remove "Phoenix Framework" from tab title --- lib/exmr_web/components/layouts/root.html.heex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/exmr_web/components/layouts/root.html.heex b/lib/exmr_web/components/layouts/root.html.heex index 1286acf..dbc9eaa 100644 --- a/lib/exmr_web/components/layouts/root.html.heex +++ b/lib/exmr_web/components/layouts/root.html.heex @@ -4,8 +4,8 @@ - <.live_title suffix=" ยท Phoenix Framework"> - {assigns[:page_title] || "Exmr"} + <.live_title> + {assigns[:page_title] || "ExMR"}