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)} />