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

Loading…
Cancel
Save