diff --git a/lib/freedive_web/components/layouts/app.html.heex b/lib/freedive_web/components/layouts/app.html.heex index e23bfc8..fec9a04 100644 --- a/lib/freedive_web/components/layouts/app.html.heex +++ b/lib/freedive_web/components/layouts/app.html.heex @@ -1,29 +1,3 @@ - - - - - - - - v<%= Application.spec(:phoenix, :vsn) %> - - - - - @elixirphoenix - - - GitHub - - - Get Started → - - - - <.flash_group flash={@flash} /> diff --git a/lib/freedive_web/components/layouts/root.html.heex b/lib/freedive_web/components/layouts/root.html.heex index 5de5dff..dbb0091 100644 --- a/lib/freedive_web/components/layouts/root.html.heex +++ b/lib/freedive_web/components/layouts/root.html.heex @@ -4,8 +4,8 @@ - <.live_title suffix=" · Phoenix Framework"> - <%= assigns[:page_title] || "Freedive" %> + <.live_title suffix=" · Freedive"> + <%= assigns[:page_title] || "" %>
- v<%= Application.spec(:phoenix, :vsn) %> -