refactor(Wave accessability changes): changes color contrasts and fixes other little bugs

This commit is contained in:
SimonGschnell
2025-07-09 13:35:21 +02:00
parent 8ce672d914
commit d526a770c5
12 changed files with 46 additions and 20 deletions
-1
View File
@@ -25,7 +25,6 @@ class ProfilLib{
return error(getData($isMitarbeiter));
}
$isMitarbeiter = getData($isMitarbeiter);
$isMitarbeiter = $isMitarbeiter ? current($isMitarbeiter) : false;
if ($isMitarbeiter) {
$res->view = "MitarbeiterProfil";
$res->data = $this->mitarbeiterProfil();