aboutsummaryrefslogtreecommitdiff
path: root/src/app/kdrama/components
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/kdrama/components
parentadjusted the images' width and height (diff)
downloaddramalama-75554bf84c7520c0bff2d4e7f14141577319dbda.tar.xz
dramalama-75554bf84c7520c0bff2d4e7f14141577319dbda.zip
late night fuckery
Diffstat (limited to 'src/app/kdrama/components')
-rw-r--r--src/app/kdrama/components/search.jsx4
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>