diff options
| author | real-zephex <[email protected]> | 2024-04-12 09:22:28 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-12 09:22:28 +0530 |
| commit | c84ff0bdae649ec1b09f1eaf2dbea1391aec27f3 (patch) | |
| tree | 195346090baeb2e4dae17f45bf8298918215dc67 /src/app/kdrama/components/popular.jsx | |
| parent | fixes: manga search is now fixed. removed the netlify card from the homepage ... (diff) | |
| download | dramalama-c84ff0bdae649ec1b09f1eaf2dbea1391aec27f3.tar.xz dramalama-c84ff0bdae649ec1b09f1eaf2dbea1391aec27f3.zip | |
fix: fixed kdrama page and made it available
Diffstat (limited to 'src/app/kdrama/components/popular.jsx')
| -rw-r--r-- | src/app/kdrama/components/popular.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/kdrama/components/popular.jsx b/src/app/kdrama/components/popular.jsx index 42536dd..7c29ee2 100644 --- a/src/app/kdrama/components/popular.jsx +++ b/src/app/kdrama/components/popular.jsx @@ -20,8 +20,8 @@ export default async function PopularDramas() { <div className={styles.AnimeEntry}> <Image src={`https://sup-proxy.zephex0-f6c.workers.dev/api-content?url=${item.image}`} - width={160} - height={240} + width={150} + height={230} alt="Drama Poster" /> <p>{item.title}</p> |