Skip to content

Instantly share code, notes, and snippets.

@codigoconjuan
Created March 5, 2022 19:01
Show Gist options
  • Save codigoconjuan/78c45a5d139f6bee7b5c8bd80095e8fc to your computer and use it in GitHub Desktop.
Save codigoconjuan/78c45a5d139f6bee7b5c8bd80095e8fc to your computer and use it in GitHub Desktop.
Categorias de Noticias
const CATEGORIAS = [
{ value: 'general', label: 'General'},
{ value: 'business', label: 'Negocios'},
{ value: 'entertainment', label: 'Entretenimiento'},
{ value: 'health', label: 'Salud'},
{ value: 'science', label: 'Ciencia'},
{ value: 'sports', label: 'Deportes'},
{ value: 'technology', label: 'Tecnología'},
]
@hernanharco
Copy link

Gracias

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment