diff --git a/internal/templates/anime.templ b/internal/templates/anime.templ index 319210e..19f9cd5 100644 --- a/internal/templates/anime.templ +++ b/internal/templates/anime.templ @@ -304,7 +304,7 @@ templ AnimeRelationsList(relations []jikan.RelationEntry) { } } else { -
no related anime found.
+No related anime found.
} } @@ -323,6 +323,6 @@ templ AnimeRecommendations(recs []jikan.Anime) { } } else { -no recommendations available.
+No recommendations available.
} }