diff --git a/next.config.js b/next.config.js index 43aa421d9..7bb577307 100644 --- a/next.config.js +++ b/next.config.js @@ -10,6 +10,7 @@ module.exports = { remotePatterns: [ { hostname: 'gravatar.com' }, { hostname: 'image.tmdb.org' }, + { hostname: 'artworks.thetvdb.com' }, ], }, webpack(config) { diff --git a/src/components/RequestModal/SearchByNameModal/index.tsx b/src/components/RequestModal/SearchByNameModal/index.tsx index 0ef7e55be..1b86b614a 100644 --- a/src/components/RequestModal/SearchByNameModal/index.tsx +++ b/src/components/RequestModal/SearchByNameModal/index.tsx @@ -88,14 +88,14 @@ const SearchByNameModal = ({ tvdbId === item.tvdbId ? 'ring ring-indigo-500' : '' } `} > -
+
{item.title}