Update the headers styles for Book and DBIServer Index LiveViews.
continuous-integration/drone/push Build is passing Details

dev
KKlochko 2 months ago
parent 7d1b33af6c
commit aaa18fd1b6

@ -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">

Loading…
Cancel
Save