Update headers for Author Index and FormComponent LiveViews.
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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">
|
||||
Listing Authors
|
||||
</h1>
|
||||
<.header class="pb-2">
|
||||
Listing Authors
|
||||
</.header>
|
||||
|
||||
<.author_search
|
||||
|
||||
Reference in New Issue
Block a user