diff --git a/templates/register_templ.go b/templates/register_templ.go
index bcc9781..2ecafe5 100644
--- a/templates/register_templ.go
+++ b/templates/register_templ.go
@@ -29,7 +29,7 @@ func Register() templ.Component {
templ_7745c5c3_Var1 = templ.NopComponent
}
ctx = templ.ClearChildren(ctx)
- templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 1, "
Register")
+ templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 1, "
Register")
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
diff --git a/templates/unlinked_books.templ b/templates/unlinked_books.templ
index a061904..7eab2f2 100644
--- a/templates/unlinked_books.templ
+++ b/templates/unlinked_books.templ
@@ -6,7 +6,7 @@ templ UnlinkedBooks(user User, unlinkedBooks []UnlinkedBookData) {
-
Unlinked Books - Bookmann
+
Unlinked Books - Bookhoard
diff --git a/templates/unlinked_books_templ.go b/templates/unlinked_books_templ.go
index c2afca9..fbd0b1f 100644
--- a/templates/unlinked_books_templ.go
+++ b/templates/unlinked_books_templ.go
@@ -29,7 +29,7 @@ func UnlinkedBooks(user User, unlinkedBooks []UnlinkedBookData) templ.Component
templ_7745c5c3_Var1 = templ.NopComponent
}
ctx = templ.ClearChildren(ctx)
- templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 1, "
Unlinked Books - Bookmann")
+ templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 1, "
Unlinked Books - Bookhoard")
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}