diff --git a/internal/templates/anime.templ b/internal/templates/anime.templ index 9938eb5..9247c81 100644 --- a/internal/templates/anime.templ +++ b/internal/templates/anime.templ @@ -14,7 +14,7 @@ templ AnimeDetails(anime jikan.Anime, currentStatus string) { if anime.ImageURL() != "" { { } else { -
No image
+
No image
}
diff --git a/internal/templates/notifications.templ b/internal/templates/notifications.templ index a65a033..cc69f66 100644 --- a/internal/templates/notifications.templ +++ b/internal/templates/notifications.templ @@ -97,7 +97,6 @@ templ UpcomingSeasonCard(item database.GetUpcomingSeasonsRow) { Title: displaySeasonTitle(item), ImageURL: item.ImageUrl, Class: "notification-card min-w-0 flex flex-col bg-transparent text-inherit no-underline", - ImgClass: "flex aspect-[2/3] max-h-[var(--poster-max-height)] w-full items-end justify-center overflow-hidden", }) {
@@ -125,7 +124,6 @@ templ NotificationCard(item WatchingAnimeWithDetails) { Title: displayTitle(item.Entry), ImageURL: item.Entry.ImageUrl, Class: "notification-card min-w-0 flex flex-col bg-transparent text-inherit no-underline", - ImgClass: "flex aspect-[2/3] max-h-[var(--poster-max-height)] w-full items-end justify-center overflow-hidden", }) {