Friends Notification

Starting Group Create Notification...
This commit is contained in:
Paolo Arena
2022-07-28 21:46:58 +02:00
parent 7f23fe6d05
commit 68106e69fc
12 changed files with 45 additions and 22 deletions

View File

@@ -70,7 +70,7 @@
color: green !important;
}
.isTutor {
.isFacilitatore {
color: #201a80;
}

View File

@@ -88,7 +88,7 @@ export default defineComponent({
if (elem.onlySocioResidente) menu += ' isSocioResidente'
if (elem.onlyConsiglio) menu += ' isConsiglio'
if (elem.onlyDepartment) menu += ' isDepartment'
if (elem.onlyFacilitatore) menu += ' isTutor'
if (elem.onlyFacilitatore) menu += ' isFacilitatore'
if (elem.onlyEditor) menu += ' isEditor'
}