diff --git a/app/components/navigation/RoleSwitcher.vue b/app/components/navigation/RoleSwitcher.vue index c8b2db2..17deab1 100644 --- a/app/components/navigation/RoleSwitcher.vue +++ b/app/components/navigation/RoleSwitcher.vue @@ -42,15 +42,15 @@ const roles: RoleOption[] = [ enabled: false, badge: 'Demnächst', }, - { - value: 'company', - label: 'Firma', - description: 'Firma', - icon: Building2, - color: 'text-blue-600', - enabled: false, - badge: 'Demnächst', - }, + // { + // value: 'company', + // label: 'Firma', + // description: 'Firma', + // icon: Building2, + // color: 'text-blue-600', + // enabled: false, + // badge: 'Demnächst', + // }, ] // Current role - will come from user session later