aboutsummaryrefslogtreecommitdiff
path: root/components/anime/mobile
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-10-24 11:05:06 +0700
committerFactiven <[email protected]>2023-10-24 11:05:06 +0700
commit0a30e0570a5d22dd8c459fd9769fe4386c07aae8 (patch)
tree67346a73b4be2ed5e5a7008828e4bc70bac3bd92 /components/anime/mobile
parentfixed redis error for manga (#95) (diff)
downloadmoopa-4.2.1.tar.xz
moopa-4.2.1.zip
Update v4.2.1v4.2.1
Diffstat (limited to 'components/anime/mobile')
-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}