diff --git a/app/views/boards/new.html.erb b/app/views/boards/new.html.erb
index 57c809b17..4536af7fc 100644
--- a/app/views/boards/new.html.erb
+++ b/app/views/boards/new.html.erb
@@ -2,7 +2,7 @@
<%= form_with model: @board, class: "flex flex-column gap", data: { controller: "form" } do |form| %>
-
<%= @page_title %>
+ <%= @page_title %>
<%= form.text_field :name, required: true, class: "input full-width", autofocus: true, autocomplete: "off",placeholder: "Name it…", data: { action: "keydown.esc@document->form#cancel" } %>