Skip to content

Commit

Permalink
feat(frontend): add Hulu to network slider (#2204)
Browse files Browse the repository at this point in the history
* feat(frontend): add Hulu to network slider

* fix: move Hulu after Apple TV+
  • Loading branch information
TheCatLady committed Oct 16, 2021
1 parent 2f204b9 commit 1e402f7
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 @@ -38,6 +38,12 @@ const networks: Network[] = [
'https://image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)/4KAy34EHvRM25Ih8wb82AuGU7zJ.png',
url: '/discover/tv/network/2552',
},
{
name: 'Hulu',
image:
'https://image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)/pqUTCleNUiTLAVlelGxUgWn1ELh.png',
url: '/discover/tv/network/453',
},
{
name: 'HBO',
image:
Expand Down

0 comments on commit 1e402f7

Please sign in to comment.