diff options
Diffstat (limited to 'src/app/kdrama/components/popular.jsx')
| -rw-r--r-- | src/app/kdrama/components/popular.jsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/kdrama/components/popular.jsx b/src/app/kdrama/components/popular.jsx index 8b88fd7..15c9f92 100644 --- a/src/app/kdrama/components/popular.jsx +++ b/src/app/kdrama/components/popular.jsx @@ -9,7 +9,7 @@ export default async function PopularDramas() { return (
<div className={styles.Main}>
- <p className={styles.popDramasText}>Trending Dramas</p>
+ <h1 className={styles.popDramasText}>Trending Dramas</h1>
<div className={styles.AnimeContainer}>
{popular &&
@@ -25,8 +25,8 @@ export default async function PopularDramas() { >
<Image
src={`https://sup-proxy.zephex0-f6c.workers.dev/api-content?url=${item.image}`}
- width={200}
- height={310}
+ width={167}
+ height={267}
alt="Drama Poster"
/>
<p>{item.title}</p>
|