diff options
| author | real-zephex <[email protected]> | 2024-04-07 20:37:22 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-07 20:37:22 +0530 |
| commit | f8309d93129ae805554458db3360a1f6d1bd5609 (patch) | |
| tree | c3f8691783685d48e3f78743b6cb1639d345cb8e /src/app/kdrama/components | |
| parent | Merge pull request #4 from real-zephex/cloudflare-fix (diff) | |
| download | dramalama-f8309d93129ae805554458db3360a1f6d1bd5609.tar.xz dramalama-f8309d93129ae805554458db3360a1f6d1bd5609.zip | |
minor fix
Diffstat (limited to 'src/app/kdrama/components')
| -rw-r--r-- | src/app/kdrama/components/popular.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/kdrama/components/popular.jsx b/src/app/kdrama/components/popular.jsx index 4b8b293..42536dd 100644 --- a/src/app/kdrama/components/popular.jsx +++ b/src/app/kdrama/components/popular.jsx @@ -7,7 +7,7 @@ export default async function PopularDramas() { return ( <div className={styles.Main}> - <p className={styles.popDramasText}>Popular Dramas</p> + <p className={styles.popDramasText}>Trending Dramas</p> <div className={styles.AnimeContainer}> {popular && |