diff --git a/templates/bookshelf.templ b/templates/bookshelf.templ index 3d1a157..0f64991 100644 --- a/templates/bookshelf.templ +++ b/templates/bookshelf.templ @@ -217,7 +217,7 @@ templ BookShelf(user User) { - Header(user, "/bookshelf") + @Header(user, "/bookshelf")
diff --git a/templates/dashboard.templ b/templates/dashboard.templ index 0617cc8..fa4ff13 100644 --- a/templates/dashboard.templ +++ b/templates/dashboard.templ @@ -73,7 +73,7 @@ templ Dashboard(user User) { - Header(user, "/dashboard") + @Header(user, "/dashboard")