diff --git a/web/components/anime_card.templ b/web/components/anime_card.templ index eaffc0a..734ef06 100644 --- a/web/components/anime_card.templ +++ b/web/components/anime_card.templ @@ -20,58 +20,28 @@ type AnimeCardProps struct { Synopsis string // optional synopsis for hover detail PlayHref string // optional play button href (anchored to poster) // Watchlist integration - TitleEnglish string - TitleJapanese string - Airing bool - WatchlistStatus string // empty if not in watchlist - DisableWatchlist bool // if true, don't render the watchlist button + TitleEnglish string + TitleJapanese string + Airing bool + WatchlistStatus string // empty if not in watchlist + DisableWatchlist bool // if true, don't render the watchlist button } templ AnimeCard(props AnimeCardProps) { -
{ props.Synopsis }