Skip to content

Commit

Permalink
chore: add categories
Browse files Browse the repository at this point in the history
  • Loading branch information
Franqsanz committed Oct 11, 2023
1 parent 00b5fdf commit 0957ad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/data/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ const categories: Array<SelectBooksType> = [
{ value: 'Memoria', label: 'Memoria' },
{ value: 'Misterio', label: 'Misterio' },
{ value: 'Misterio De Asesinato', label: 'Misterio De Asesinato' },
{ value: 'Thriller', label: 'Thriller' },
{ value: 'Adulto', label: 'Adulto' },
{ value: 'Ficción', label: 'Ficción' },
{ value: 'No Ficción', label: 'No Ficción' },
Expand All @@ -135,6 +134,7 @@ const categories: Array<SelectBooksType> = [
{ value: 'Histórico', label: 'Histórico' },
{ value: 'Humor', label: 'Humor' },
{ value: 'Horror', label: 'Horror' },
{ value: 'Historia Universal', label: 'Historia Universal' },
{ value: 'Viajar', label: 'Viajar' },
{ value: 'Novela Romantica', label: 'Novela Romantica' },
{ value: 'Cuento', label: 'Cuento' },
Expand All @@ -147,6 +147,7 @@ const categories: Array<SelectBooksType> = [
{ value: 'Psicológica', label: 'Psicológica' },
{ value: 'Guerra', label: 'Guerra' },
{ value: 'LGBTQ+', label: 'LGBTQ+' },
{ value: 'Thriller', label: 'Thriller' },
];

const format: Array<SelectBooksType> = [
Expand Down

1 comment on commit 0957ad7

@vercel
Copy link

@vercel vercel bot commented on 0957ad7 Oct 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

xbu – ./

xbu-franqsanz.vercel.app
xbu.vercel.app
xbu-git-main-franqsanz.vercel.app

Please sign in to comment.