diff options
| author | zephex-alt <[email protected]> | 2024-04-29 04:15:13 +0000 |
|---|---|---|
| committer | zephex-alt <[email protected]> | 2024-04-29 04:15:13 +0000 |
| commit | 3a31abeadeed35dd73f621fbfdb8442240ef41fd (patch) | |
| tree | d31736642525b29c8a7917f31eff251c2bb48c15 /src/app/anime/recent/page.jsx | |
| parent | code maintainence (diff) | |
| download | dramalama-3a31abeadeed35dd73f621fbfdb8442240ef41fd.tar.xz dramalama-3a31abeadeed35dd73f621fbfdb8442240ef41fd.zip | |
minor UI tweaks to homepages of kdrama and manga section
Diffstat (limited to 'src/app/anime/recent/page.jsx')
| -rw-r--r-- | src/app/anime/recent/page.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/anime/recent/page.jsx b/src/app/anime/recent/page.jsx index 25b0182..ba0ace5 100644 --- a/src/app/anime/recent/page.jsx +++ b/src/app/anime/recent/page.jsx @@ -26,7 +26,7 @@ export default async function Releases() { src={`https://sup-proxy.zephex0-f6c.workers.dev/api-content?url=${item.image}`}
className={styles.RecentImage}
width={150}
- height={230}
+ height={280}
alt="Drama"
priority
/>
|