From 422085523e5dfc132f3c3ca19eaa87117828b7be Mon Sep 17 00:00:00 2001 From: Gauthier Date: Mon, 29 Jul 2024 16:49:51 +0200 Subject: [PATCH] fix: resize header image in network and studio pages (#902) --- src/components/Discover/DiscoverNetwork/index.tsx | 4 ++-- src/components/Discover/DiscoverStudio/index.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Discover/DiscoverNetwork/index.tsx b/src/components/Discover/DiscoverNetwork/index.tsx index af3f9ed57..00e289305 100644 --- a/src/components/Discover/DiscoverNetwork/index.tsx +++ b/src/components/Discover/DiscoverNetwork/index.tsx @@ -48,11 +48,11 @@ const DiscoverTvNetwork = () => {
{firstResultData?.network.logoPath ? ( -
+
{firstResultData.network.name}
diff --git a/src/components/Discover/DiscoverStudio/index.tsx b/src/components/Discover/DiscoverStudio/index.tsx index 23cb21308..b4a6dfae9 100644 --- a/src/components/Discover/DiscoverStudio/index.tsx +++ b/src/components/Discover/DiscoverStudio/index.tsx @@ -48,11 +48,11 @@ const DiscoverMovieStudio = () => {
{firstResultData?.studio.logoPath ? ( -
+
{firstResultData.studio.name}