diff --git a/src/views/components/card.html.ecr b/src/views/components/card.html.ecr
index d1c02c9b..a116fee5 100644
--- a/src/views/components/card.html.ecr
+++ b/src/views/components/card.html.ecr
@@ -35,7 +35,7 @@
onclick="location='<%= base_url %>book/<%= item.id %>'"
<% end %>>
-
0"
<% if page == "title" && item.is_a?(Entry) && item.err_msg.nil? %>
x-init="disabled = false"
<% end %>>
@@ -45,6 +45,7 @@
class="grayscale"
<% end %>>
+
diff --git a/src/views/title.html.ecr b/src/views/title.html.ecr
index 8eb78817..9d22f225 100644
--- a/src/views/title.html.ecr
+++ b/src/views/title.html.ecr
@@ -1,5 +1,5 @@