diff options
| author | zephex-alt <[email protected]> | 2024-04-29 07:11:35 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-29 07:11:35 +0000 |
| commit | 7e33153f834b4712172f8e06e90ec4eda3cca028 (patch) | |
| tree | a9316148e84bf9ab3b5cc0af2c162dd1fbdc539b /src/app/anime/recent/page.jsx | |
| parent | downloading mangas is not longer available. i need a proper hosting to proper... (diff) | |
| download | dramalama-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.jsx | 4 |
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
/>
|