aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/top-airing/page.jsx
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-04-30 09:43:00 +0530
committerGitHub <[email protected]>2024-04-30 09:43:00 +0530
commitdf1e72a7efc7f7df773e022753a6808a26989300 (patch)
treed28d3f9c32b7e2fca6bad3caffde3a93384a953c /src/app/anime/top-airing/page.jsx
parentMerge pull request #5 from zephex-alt/master (diff)
parentsmall fixes (diff)
downloaddramalama-df1e72a7efc7f7df773e022753a6808a26989300.tar.xz
dramalama-df1e72a7efc7f7df773e022753a6808a26989300.zip
Merge pull request #6 from zephex-alt/master
Fixes and Improvements - 2
Diffstat (limited to 'src/app/anime/top-airing/page.jsx')
-rw-r--r--src/app/anime/top-airing/page.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/anime/top-airing/page.jsx b/src/app/anime/top-airing/page.jsx
index c5aadd9..ab5d3af 100644
--- a/src/app/anime/top-airing/page.jsx
+++ b/src/app/anime/top-airing/page.jsx
@@ -20,12 +20,12 @@ export default async function Trending() {
href={`/anime/${item.id}`}
style={{ textDecoration: "none", color: "white" }}
>
- <div className={styles.trendingEntries}>
+ <div className={styles.trendingEntries} title={item.title}>
<Image
src={`https://sup-proxy.zephex0-f6c.workers.dev/api-content?url=${item.image}`}
className={styles.trendingImage}
- width={150}
- height={280}
+ width={190}
+ height={270}
alt="Drama"
priority
/>