From 2e583ac33f0a4122b7895b9d4ba211bc5f06ef03 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Wed, 26 Mar 2025 15:32:46 +0200 Subject: [PATCH] Update headers for Author Index and FormComponent LiveViews. --- .../live/author_live/form_component.ex | 1 - lib/decentralised_book_index_web/live/author_live/index.ex | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/decentralised_book_index_web/live/author_live/form_component.ex b/lib/decentralised_book_index_web/live/author_live/form_component.ex index d3500db..18d568d 100644 --- a/lib/decentralised_book_index_web/live/author_live/form_component.ex +++ b/lib/decentralised_book_index_web/live/author_live/form_component.ex @@ -7,7 +7,6 @@ defmodule DecentralisedBookIndexWeb.AuthorLive.FormComponent do
<.header> {@title} - <:subtitle>Use this form to manage author records in your database. <.simple_form diff --git a/lib/decentralised_book_index_web/live/author_live/index.ex b/lib/decentralised_book_index_web/live/author_live/index.ex index e8fb3b2..25b62d3 100644 --- a/lib/decentralised_book_index_web/live/author_live/index.ex +++ b/lib/decentralised_book_index_web/live/author_live/index.ex @@ -6,10 +6,8 @@ defmodule DecentralisedBookIndexWeb.AuthorLive.Index do @impl true def render(assigns) do ~H""" - <.header class="pb-2 "> -

- Listing Authors -

+ <.header class="pb-2"> + Listing Authors <.author_search