categorie

This commit is contained in:
Surya Paolo
2025-12-07 15:17:42 +01:00
parent b35c99c8fb
commit b8dcd7f5e0
5 changed files with 28 additions and 10 deletions

View File

@@ -74,6 +74,7 @@ module.exports = {
{ _id: 73, idSector: [7], descr: 'Lingue', icon: 'fas fa-language' },
{ _id: 74, idSector: [7], descr: 'Scuola Libertaria', icon: 'fas fa-book-reader' },
{ _id: 75, idSector: [7], descr: 'Consulenze Professionali', icon: 'fas fa-briefcase' },
{ _id: 76, idSector: [7], descr: 'Preparazione Esami', icon: 'school' },
// Energia e Sostenibilità
{ _id: 80, idSector: [8], descr: 'Biogas e Biomasse', icon: 'fas fa-fire' },
@@ -157,5 +158,6 @@ module.exports = {
{ _id: 177, idSector: [15], descr: 'Sport', icon: 'fas fa-running' },
{ _id: 178, idSector: [15], descr: 'Teatro', icon: 'fas fa-theater-masks' },
{ _id: 179, idSector: [15], descr: 'Altre Attività Culturali', icon: 'fas fa-question' },
{ _id: 180, idSector: [15], descr: 'Giochi da Tavolo', icon: 'extension' },
],
};