Remove New Book button from Book Index LiveView.

This commit is contained in:
2025-04-04 11:22:32 +03:00
parent e9ed2d9731
commit 38cd8eff54
@@ -8,11 +8,6 @@ defmodule DecentralisedBookIndexWeb.BookLive.Index do
~H"""
<.header>
Listing Books
<:actions>
<.link patch={~p"/books/new"}>
<.button>New Book</.button>
</.link>
</:actions>
</.header>
<.book_search