From 3b2633812b5ca8cde010b3f8c2ea9a8646b33e1d Mon Sep 17 00:00:00 2001 From: Ryan Cohen Date: Tue, 23 Aug 2022 14:25:20 +0900 Subject: [PATCH] fix: use image.tmdb.org for setup/login backdrop images (#2966) --- src/components/Login/index.tsx | 2 +- src/components/Setup/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}` ) ?? [] } />