Skip to content

Commit

Permalink
Added book genres
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacUlate committed Sep 25, 2023
1 parent c5638ef commit 9c7ce76
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/data/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,16 @@ const categories: Array<SelectBooksType> = [
{ value: 'Histórico', label: 'Histórico' },
{ value: 'Humor', label: 'Humor' },
{ value: 'Horror', label: 'Horror' },
{ value: 'Novela Romantica', label: 'Novela Romantica' },
{ value: 'Cuento', label: 'Cuento' },
{ value: 'Ensayo', label: 'Ensayo' },
{ value: 'Autobiografía', label: 'Autobiografía' },
{ value: 'Cyberpunk', label: 'Cyberpunk' },
{ value: 'Postapocalíptica', label: 'Postapocalíptica' },
{ value: 'Espacial', label: 'Espacial' },
{ value: 'Espionaje', label: 'Espionaje' },
{ value: 'Psicológica', label: 'Psicológica' },
{ value: 'Guerra', label: 'Guerra' },
];

const format: Array<SelectBooksType> = [
Expand Down

0 comments on commit 9c7ce76

Please sign in to comment.