aboutsummaryrefslogtreecommitdiff
path: root/src/app/kdrama/components/search.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/kdrama/components/search.jsx')
-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>