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 9c4a780..53636d7 100644 --- a/lib/decentralised_book_index_web/components/layouts/app.html.heex +++ b/lib/decentralised_book_index_web/components/layouts/app.html.heex @@ -2,7 +2,7 @@ <.partial_navbar page_title={assigns[:page_title]} /> -
+
<.flash_group flash={@flash} /> {@inner_content} diff --git a/lib/decentralised_book_index_web/components/layouts/root.html.heex b/lib/decentralised_book_index_web/components/layouts/root.html.heex index d81724f..8b89419 100644 --- a/lib/decentralised_book_index_web/components/layouts/root.html.heex +++ b/lib/decentralised_book_index_web/components/layouts/root.html.heex @@ -11,7 +11,7 @@ - + {@inner_content}