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>
|
<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
|
||||||
|
|||||||
Reference in New Issue
Block a user