From 9f5f920c23007363aa7f53ebef0b61236d4f53ea Mon Sep 17 00:00:00 2001 From: sct Date: Wed, 23 Dec 2020 16:14:39 +0900 Subject: [PATCH] fix(frontend): show backdrops instead of posters for new person detail design --- src/components/PersonDetails/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PersonDetails/index.tsx b/src/components/PersonDetails/index.tsx index 1121a13c4..3609a0263 100644 --- a/src/components/PersonDetails/index.tsx +++ b/src/components/PersonDetails/index.tsx @@ -81,11 +81,11 @@ const PersonDetails: React.FC = () => {
media.posterPath) .map( (media) => - `//image.tmdb.org/t/p/w1920_and_h800_multi_faces/${media.posterPath}` + `//image.tmdb.org/t/p/w1920_and_h800_multi_faces/${media.backdropPath}` ) .slice(0, 6)} />