aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/top-airing/page.jsx
diff options
context:
space:
mode:
authorzephex-alt <[email protected]>2024-04-29 19:02:30 +0000
committerGitHub <[email protected]>2024-04-29 19:02:30 +0000
commit75554bf84c7520c0bff2d4e7f14141577319dbda (patch)
tree9ef4a5ab980c60d28a323d47905615423782e08f /src/app/anime/top-airing/page.jsx
parentadjusted the images' width and height (diff)
downloaddramalama-75554bf84c7520c0bff2d4e7f14141577319dbda.tar.xz
dramalama-75554bf84c7520c0bff2d4e7f14141577319dbda.zip
late night fuckery
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 4992b30..ab5d3af 100644
--- a/src/app/anime/top-airing/page.jsx
+++ b/src/app/anime/top-airing/page.jsx
@@ -20,7 +20,7 @@ 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}