ui: proper casing for empty states in anime details
This commit is contained in:
@@ -304,7 +304,7 @@ templ AnimeRelationsList(relations []jikan.RelationEntry) {
|
||||
}
|
||||
</div>
|
||||
} else {
|
||||
<p style="color: var(--text-muted); font-size: var(--text-sm);">no related anime found.</p>
|
||||
<p style="color: var(--text-muted); font-size: var(--text-sm);">No related anime found.</p>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -323,6 +323,6 @@ templ AnimeRecommendations(recs []jikan.Anime) {
|
||||
}
|
||||
</div>
|
||||
} else {
|
||||
<p style="color: var(--text-muted); font-size: var(--text-sm);">no recommendations available.</p>
|
||||
<p style="color: var(--text-muted); font-size: var(--text-sm);">No recommendations available.</p>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user