Update headers for Author Index and FormComponent LiveViews.
continuous-integration/drone/push Build is passing Details

dev
KKlochko 3 months ago
parent 834d3e46b9
commit 2e583ac33f

@ -7,7 +7,6 @@ defmodule DecentralisedBookIndexWeb.AuthorLive.FormComponent do
<div> <div>
<.header> <.header>
{@title} {@title}
<:subtitle>Use this form to manage author records in your database.</:subtitle>
</.header> </.header>
<.simple_form <.simple_form

@ -6,10 +6,8 @@ defmodule DecentralisedBookIndexWeb.AuthorLive.Index do
@impl true @impl true
def render(assigns) do def render(assigns) do
~H""" ~H"""
<.header class="pb-2 "> <.header class="pb-2">
<h1 class="text-lg font-semibold leading-8 text-zinc-800 dark:text-white"> Listing Authors
Listing Authors
</h1>
</.header> </.header>
<.author_search <.author_search

Loading…
Cancel
Save