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>
<.header>
{@title}
<:subtitle>Use this form to manage author records in your database.</:subtitle>
</.header>
<.simple_form

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

Loading…
Cancel
Save