From e76eff8a46170629e35a6e476862038541bc2ad0 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Mon, 24 Mar 2025 22:03:50 +0200 Subject: [PATCH] Replace the built-in navbar with the partial. --- .../components/layouts/app.html.heex | 28 ++----------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/lib/decentralised_book_index_web/components/layouts/app.html.heex b/lib/decentralised_book_index_web/components/layouts/app.html.heex index 3b3b607..fd42053 100644 --- a/lib/decentralised_book_index_web/components/layouts/app.html.heex +++ b/lib/decentralised_book_index_web/components/layouts/app.html.heex @@ -1,29 +1,7 @@ -
-
-
- - - -

- v{Application.spec(:phoenix, :vsn)} -

-
- -
+
+ <.partial_navbar page_title={assigns[:page_title]} />
+
<.flash_group flash={@flash} />