feat: thema's dropdown

This commit is contained in:
Joyelle Ndagijimana 2025-03-25 22:57:20 +01:00
parent feb8b38ed1
commit ca59f8b767
8 changed files with 77 additions and 37 deletions

View file

@ -11,7 +11,7 @@
const role = auth.authState.activeRole;
const name: string = auth.authState.user!.profile.name!;
const name: string = "";//auth.authState.user!.profile.name!;
const initials: string = name
.split(" ")
.map((n) => n[0])