Skip to content

Commit

Permalink
feat(discover): add Paramount+ to network slider (#2608)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCatLady committed Apr 25, 2022
1 parent b287839 commit 1d00229
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Discover/NetworkSlider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ const networks: Network[] = [
'https://image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)/nm8d7P7MJNiBLdgIzUK0gkuEA4r.png',
url: '/discover/tv/network/16',
},
{
name: 'Paramount+',
image:
'https://image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)/fi83B1oztoS47xxcemFdPMhIzK.png',
url: '/discover/tv/network/4330',
},
{
name: 'BBC One',
image:
Expand Down

0 comments on commit 1d00229

Please sign in to comment.