+ """
+ end
end
diff --git a/lib/wild_web/live/book_thoughts.ex b/lib/wild_web/live/book_thoughts.ex
index 8cb1040..7f34896 100644
--- a/lib/wild_web/live/book_thoughts.ex
+++ b/lib/wild_web/live/book_thoughts.ex
@@ -3,39 +3,33 @@ defmodule WildWeb.BookThoughts do
def render(assigns) do
~H"""
-
- <.header class="text-center">
- Write your thoughts for a book or a series of books
- <:subtitle>
- Share your thoughts and suggestion on the book that you just read
-
+
+ <.header>
+ Let the forest hear your thoughts on this book
+ <:subtitle>The wind will carry your howl
-
- <.simple_form for={@form} id="login_form" action={~p"/account/log_in"} phx-update="ignore">
- <.input field={@form[:email]} type="text" label="Book Title" required />
- <.input field={@form[:password]} type="number" label="Publication Year" required />
- <.input field={@form[:password]} type="range" label="Rating" required />
-
- <:actions>
- <.input field={@form[:remember_me]} type="checkbox" label="Keep me logged in" />
- <.link href={~p"/account/reset_password"} class="text-sm font-semibold">
- Forgot your password?
-
-
- <:actions>
- <.button phx-disable-with="Logging in..." class="w-full">
- Log in →
-
-
-