From fe05efb06db327ec96ff0234d403c6a1b45eaf98 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 23 Dec 2024 17:04:31 +0000 Subject: [PATCH] Prevent pinch to zoom I wouldn't normally do this, but I'm the only user and I'm ok with it. --- lib/music_library_web/components/layouts/root.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/music_library_web/components/layouts/root.html.heex b/lib/music_library_web/components/layouts/root.html.heex index 47a2d1d8..a0f24a95 100644 --- a/lib/music_library_web/components/layouts/root.html.heex +++ b/lib/music_library_web/components/layouts/root.html.heex @@ -2,7 +2,7 @@ - + <.live_title suffix=" ยท Music Library"> {assigns[:page_title] || assigns.conn.request_path}