From bc85165988f51fafd9e20ab16a03c2cc8a4b2b4a Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 20 Sep 2024 18:27:31 +0100 Subject: [PATCH] Remove stock Phoenix header --- .../components/layouts/app.html.heex | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/lib/music_library_web/components/layouts/app.html.heex b/lib/music_library_web/components/layouts/app.html.heex index f2c955a4..639436b9 100644 --- a/lib/music_library_web/components/layouts/app.html.heex +++ b/lib/music_library_web/components/layouts/app.html.heex @@ -1,29 +1,3 @@ -
-
-
- - - -

- v<%= Application.spec(:phoenix, :vsn) %> -

-
- -
-
<.flash_group flash={@flash} />