diff options
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> ))} |