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

This commit is contained in:
2025-04-22 11:59:58 +03:00
parent 7d1b33af6c
commit aaa18fd1b6
2 changed files with 2 additions and 2 deletions
@@ -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">