aboutsummaryrefslogtreecommitdiff
path: root/components/anime/mobile/topSection.js
diff options
context:
space:
mode:
Diffstat (limited to 'components/anime/mobile/topSection.js')
-rw-r--r--components/anime/mobile/topSection.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/anime/mobile/topSection.js b/components/anime/mobile/topSection.js
index e5f58da..6780da5 100644
--- a/components/anime/mobile/topSection.js
+++ b/components/anime/mobile/topSection.js
@@ -56,7 +56,7 @@ export default function DetailTop({
{/* MAIN */}
<div className="flex flex-col md:flex-row w-full items-center md:items-end gap-5 pt-12">
<div className="shrink-0 w-[180px] h-[250px] rounded overflow-hidden">
- <Image
+ <img
src={info?.coverImage?.extraLarge || info?.coverImage}
alt="poster anime"
width={300}