diff --git a/internal/shared/ui/sort_filter.templ b/internal/shared/ui/sort_filter.templ index 6a71242..fb7c375 100644 --- a/internal/shared/ui/sort_filter.templ +++ b/internal/shared/ui/sort_filter.templ @@ -24,10 +24,6 @@ templ SortFilter(opts SortFilterOptions) { -
-- Don't have an account? Register +
+ Don't have an account? Register
} @@ -37,13 +37,13 @@ templ Register() { -+
Password must be at least 12 characters and include an uppercase letter, lowercase letter, number, and special character.
-- Already have an account? Sign in +
+ Already have an account? Sign in
} diff --git a/internal/templates/catalog.templ b/internal/templates/catalog.templ index 2f46db5..756a604 100644 --- a/internal/templates/catalog.templ +++ b/internal/templates/catalog.templ @@ -7,7 +7,7 @@ import "fmt" templ Catalog() { @Layout("mal - catalog") {