Skip to content

Commit

Permalink
chore: minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushiee committed Aug 22, 2021
1 parent e919e48 commit ff24651
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/genres.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const genres: Record<MediaType, Genre[]> = {
[MediaType.TV]: [
{
id: 10759,
name: 'Action & Adventure'
name: 'Adventure'
},
{
id: 16,
Expand Down
9 changes: 4 additions & 5 deletions pages/browse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,15 @@ const sections: Section[] = [
heading: 'Horror Movies',
endpoint: '/api/discover?type=movie&genre=27'
},
{
heading: 'Trending Now',
endpoint: '/api/trending?type=movie&time=week'
},
{
heading: 'Only on Nextflix',
endpoint: '/api/discover?type=tv',

defaultCard: false
},
{
heading: 'Trending Now',
endpoint: '/api/trending?type=movie&time=week'
},
{
heading: 'Comedies',
endpoint: '/api/discover?type=movie&genre=35'
Expand Down
1 change: 1 addition & 0 deletions styles/Cards.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
}

.textDetails {
Expand Down

0 comments on commit ff24651

Please sign in to comment.