Skip to content

Commit

Permalink
feat(frontend): add apple tv+ to network slider
Browse files Browse the repository at this point in the history
closes #1219
  • Loading branch information
sct committed Mar 19, 2021
1 parent 4ee78ab commit 3dc27ff
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 @@ -32,6 +32,12 @@ const networks: Network[] = [
'http://image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)/ifhbNuuVnlwYy5oXA5VIb2YR8AZ.png',
url: '/discover/tv/network/1024',
},
{
name: 'Apple TV+',
image:
'https://image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)/4KAy34EHvRM25Ih8wb82AuGU7zJ.png',
url: '/discover/tv/network/2552',
},
{
name: 'HBO',
image:
Expand Down

0 comments on commit 3dc27ff

Please sign in to comment.