aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/top-airing/page.jsx
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-04-29 10:06:01 +0530
committerGitHub <[email protected]>2024-04-29 10:06:01 +0530
commitfdc6b602228d923b0c255521ee74289e7a0d94a2 (patch)
tree3531fc9fd2fbe178d43e6a1c67d116f30fd4a61e /src/app/anime/top-airing/page.jsx
parentUpdate README.md (diff)
parentadjusted the width and height of the image just by a little (diff)
downloaddramalama-fdc6b602228d923b0c255521ee74289e7a0d94a2.tar.xz
dramalama-fdc6b602228d923b0c255521ee74289e7a0d94a2.zip
Merge pull request #5 from zephex-alt/master
changes
Diffstat (limited to 'src/app/anime/top-airing/page.jsx')
-rw-r--r--src/app/anime/top-airing/page.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/anime/top-airing/page.jsx b/src/app/anime/top-airing/page.jsx
index e406860..c5aadd9 100644
--- a/src/app/anime/top-airing/page.jsx
+++ b/src/app/anime/top-airing/page.jsx
@@ -25,7 +25,7 @@ export default async function Trending() {
src={`https://sup-proxy.zephex0-f6c.workers.dev/api-content?url=${item.image}`}
className={styles.trendingImage}
width={150}
- height={230}
+ height={280}
alt="Drama"
priority
/>