Skip to content

Commit 3afbcc9

Browse files
committed
style(portfolio): sort ProjectCategoryId and PROJECT_SLUGS alphabetically
1 parent 1e6002e commit 3afbcc9

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

apps/portfolio/src/core/entities/Project.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ export interface ProjectLinks {
2020
}
2121

2222
export type ProjectCategoryId =
23-
| 'facturacion-compliance'
24-
| 'gestion-servicios'
2523
| 'arquitectura-avanzada'
24+
| 'educacion'
2625
| 'erp-transformacion'
26+
| 'facturacion-compliance'
27+
| 'gestion-servicios'
2728
| 'herramientas'
28-
| 'educacion'
2929
| 'ia-chatbots';
3030

3131
export interface ProjectData {

apps/portfolio/src/shared/constants/project-slugs.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
*/
77

88
export const PROJECT_SLUGS = [
9-
'verifactur-gmn',
10-
'facturae-docusaurus',
119
'apigns',
10+
'facturae-docusaurus',
1211
'frontend-json',
1312
'fynkus',
14-
'gestiono-mi-negocio',
15-
'vita-liber',
1613
'genesis-enterprise',
14+
'gestiono-mi-negocio',
15+
'llarjove',
1716
'streamlit-gmn',
17+
'verifactur-gmn',
18+
'vita-liber',
1819
'zend-laminas-tech-tests',
19-
'llarjove',
2020
] as const;
2121

2222
export type ProjectSlug = (typeof PROJECT_SLUGS)[number];

0 commit comments

Comments
 (0)