Update the headers styles for Book and DBIServer Index LiveViews.
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -6,7 +6,7 @@ defmodule DecentralisedBookIndexWeb.BookLive.Index do
|
|||||||
@impl true
|
@impl true
|
||||||
def render(assigns) do
|
def render(assigns) do
|
||||||
~H"""
|
~H"""
|
||||||
<.header>
|
<.header class="pb-2">
|
||||||
Listing Books
|
Listing Books
|
||||||
</.header>
|
</.header>
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ defmodule DecentralisedBookIndexWeb.DbiServerLive.Index do
|
|||||||
def render(assigns) do
|
def render(assigns) do
|
||||||
~H"""
|
~H"""
|
||||||
<.header>
|
<.header>
|
||||||
Listing servers
|
Listing Servers
|
||||||
</.header>
|
</.header>
|
||||||
|
|
||||||
<div class="pt-2">
|
<div class="pt-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user