diff --git a/src/components/Login/index.tsx b/src/components/Login/index.tsx index b30df78b..7b589103 100644 --- a/src/components/Login/index.tsx +++ b/src/components/Login/index.tsx @@ -73,7 +73,7 @@ const Login = () => { `https://www.themoviedb.org/t/p/original${backdrop}` + (backdrop) => `https://image.tmdb.org/t/p/original${backdrop}` ) ?? [] } /> diff --git a/src/components/Setup/index.tsx b/src/components/Setup/index.tsx index 1ec8b1b3..3926da90 100644 --- a/src/components/Setup/index.tsx +++ b/src/components/Setup/index.tsx @@ -63,7 +63,7 @@ const Setup = () => { `https://www.themoviedb.org/t/p/original${backdrop}` + (backdrop) => `https://image.tmdb.org/t/p/original${backdrop}` ) ?? [] } />