Skip to content

Commit

Permalink
feat: add Peacock to Network Slider (#3545)
Browse files Browse the repository at this point in the history
  • Loading branch information
vwdubb authored Aug 25, 2023
1 parent e62a078 commit 0c39057
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 @@ -139,6 +139,12 @@ const networks: Network[] = [
'https://image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)/ikZXxg6GnwpzqiZbRPhJGaZapqB.png',
url: '/discover/tv/network/13',
},
{
name: 'Peacock',
image:
'https://image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)/gIAcGTjKKr0KOHL5s4O36roJ8p7.png',
url: '/discover/tv/network/3353',
},
];

const NetworkSlider = () => {
Expand Down

0 comments on commit 0c39057

Please sign in to comment.