aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/recent/page.jsx
diff options
context:
space:
mode:
authorzephex-alt <[email protected]>2024-04-29 07:11:35 +0000
committerGitHub <[email protected]>2024-04-29 07:11:35 +0000
commit7e33153f834b4712172f8e06e90ec4eda3cca028 (patch)
treea9316148e84bf9ab3b5cc0af2c162dd1fbdc539b /src/app/anime/recent/page.jsx
parentdownloading mangas is not longer available. i need a proper hosting to proper... (diff)
downloaddramalama-7e33153f834b4712172f8e06e90ec4eda3cca028.tar.xz
dramalama-7e33153f834b4712172f8e06e90ec4eda3cca028.zip
adjusted the images' width and height
Diffstat (limited to 'src/app/anime/recent/page.jsx')
-rw-r--r--src/app/anime/recent/page.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/anime/recent/page.jsx b/src/app/anime/recent/page.jsx
index ba0ace5..64cb775 100644
--- a/src/app/anime/recent/page.jsx
+++ b/src/app/anime/recent/page.jsx
@@ -25,8 +25,8 @@ export default async function Releases() {
<Image
src={`https://sup-proxy.zephex0-f6c.workers.dev/api-content?url=${item.image}`}
className={styles.RecentImage}
- width={150}
- height={280}
+ width={190}
+ height={270}
alt="Drama"
priority
/>