diff options
| author | real-zephex <[email protected]> | 2024-05-23 11:02:37 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-23 11:02:37 +0530 |
| commit | 36c7d914639b432ec5cfbfd2d2f9e1672f6cc0ca (patch) | |
| tree | d75cd668513b9e1dd958073b98e40fbbdf46ac3d /src/app/anime/components/topAiring.jsx | |
| parent | 🎨 style(anime): UI improvements to the anime page (diff) | |
| download | dramalama-36c7d914639b432ec5cfbfd2d2f9e1672f6cc0ca.tar.xz dramalama-36c7d914639b432ec5cfbfd2d2f9e1672f6cc0ca.zip | |
style: minor improvements to the anime cards
Diffstat (limited to 'src/app/anime/components/topAiring.jsx')
| -rw-r--r-- | src/app/anime/components/topAiring.jsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app/anime/components/topAiring.jsx b/src/app/anime/components/topAiring.jsx index 367da16..22e8c3b 100644 --- a/src/app/anime/components/topAiring.jsx +++ b/src/app/anime/components/topAiring.jsx @@ -41,6 +41,9 @@ const TopAiringAnimes = async () => { <p className={styles.AnimeTitle}> {item.title} </p> + <p className={styles.AnimeReleasedEpisode}> + {item.episodeNumber} + </p> </section> </Link> ))} |