From c9d34fd567dee8a01b19d509843ddc6d0879e194 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Wed, 8 Apr 2026 15:54:28 +0200 Subject: [PATCH] ui: proper casing for empty states in anime details --- internal/templates/anime.templ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.

} }