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
|
||||
def render(assigns) do
|
||||
~H"""
|
||||
<.header>
|
||||
<.header class="pb-2">
|
||||
Listing Books
|
||||
</.header>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ defmodule DecentralisedBookIndexWeb.DbiServerLive.Index do
|
||||
def render(assigns) do
|
||||
~H"""
|
||||
<.header>
|
||||
Listing servers
|
||||
Listing Servers
|
||||
</.header>
|
||||
|
||||
<div class="pt-2">
|
||||
|
||||
Reference in New Issue
Block a user