diff options
| author | zephex-alt <[email protected]> | 2024-04-29 19:02:30 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-29 19:02:30 +0000 |
| commit | 75554bf84c7520c0bff2d4e7f14141577319dbda (patch) | |
| tree | 9ef4a5ab980c60d28a323d47905615423782e08f /src/app/kdrama/components | |
| parent | adjusted the images' width and height (diff) | |
| download | dramalama-75554bf84c7520c0bff2d4e7f14141577319dbda.tar.xz dramalama-75554bf84c7520c0bff2d4e7f14141577319dbda.zip | |
late night fuckery
Diffstat (limited to 'src/app/kdrama/components')
| -rw-r--r-- | src/app/kdrama/components/search.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/kdrama/components/search.jsx b/src/app/kdrama/components/search.jsx index dc641e1..f44e4bb 100644 --- a/src/app/kdrama/components/search.jsx +++ b/src/app/kdrama/components/search.jsx @@ -52,8 +52,8 @@ export default function DramaSearch() { <p>{item.title}</p>
<Image
src={`https://sup-proxy.zephex0-f6c.workers.dev/api-content?url=${item.image}`}
- width={120}
- height={190}
+ width={140}
+ height={210}
alt="Drama Poster"
/>
</div>
|