diff --git a/next.config.js b/next.config.js index 43aa421d..7bb57730 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 0ef7e55b..1b86b614 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}