Skip to content

Commit

Permalink
chore: some more genres were added
Browse files Browse the repository at this point in the history
  • Loading branch information
Franqsanz committed Sep 13, 2024
1 parent 0da52a7 commit 281fbeb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/constant/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,12 @@ const categories: Array<SelectBooksType> = [
{ value: 'Thriller de Espías', label: 'Thriller de Espías' },
{ value: 'Utópico', label: 'Utópico' },
{ value: 'Distópico', label: 'Distópico' },
{ value: 'Romance paranormal', label: 'Romance paranormal' },
{ value: 'Paranormal', label: 'Paranormal' },
{ value: 'Familia', label: 'Familia' },
{ value: 'Asia', label: 'Asia' },
{ value: 'Audiolibro', label: 'Audiolibro' },
{ value: 'Ficción para adultos', label: 'Ficción para adultos' },
];

const formats: Array<SelectBooksType> = [
Expand Down

0 comments on commit 281fbeb

Please sign in to comment.