Skip to content

Commit

Permalink
feat: add 20th Century Studios to Studio Slider (#2288)
Browse files Browse the repository at this point in the history
* Add 20th Century Studios to Studio Sliders

* Remove 20th Century Fox from Studio Sliders

Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com>
Co-authored-by: Ryan Cohen <ryan@sct.dev>
  • Loading branch information
3 people committed Aug 3, 2022
1 parent f5864b4 commit b33956e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Discover/StudioSlider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ const studios: Studio[] = [
url: '/discover/movies/studio/2',
},
{
name: '20th Century Fox',
name: '20th Century Studios',
image:
'https://image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)/qZCc1lty5FzX30aOCVRBLzaVmcp.png',
url: '/discover/movies/studio/25',
'https://image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)/h0rjX5vjW5r8yEnUBStFarjcLT4.png',
url: '/discover/movies/studio/127928',
},
{
name: 'Sony Pictures',
Expand Down

0 comments on commit b33956e

Please sign in to comment.