diff --git a/alfa-client/apps/alfa/src/app/app.component.ts b/alfa-client/apps/alfa/src/app/app.component.ts
index a6a3005058e725371ba0b3e561e77394b7c75b7c..973595c4a5417bc1c89bada09cca3415cbb97963 100644
--- a/alfa-client/apps/alfa/src/app/app.component.ts
+++ b/alfa-client/apps/alfa/src/app/app.component.ts
@@ -24,7 +24,7 @@
 import { ApiRootFacade, ApiRootResource } from '@alfa-client/api-root-shared';
 import { ENVIRONMENT_CONFIG } from '@alfa-client/environment-shared';
 import { NavigationService } from '@alfa-client/navigation-shared';
-import { StateResource, isNotNull } from '@alfa-client/tech-shared';
+import { InjectorService, StateResource, isNotNull } from '@alfa-client/tech-shared';
 import { buildPathSegmentsFromLocalStorage } from '@alfa-client/vorgang-shared';
 import { Component, Inject, OnInit } from '@angular/core';
 import { Params } from '@angular/router';
@@ -47,6 +47,7 @@ export class AppComponent implements OnInit {
     private apiRootFacade: ApiRootFacade,
     private oAuthService: OAuthService,
     private navigationService: NavigationService,
+    private injectorService: InjectorService,
   ) {}
 
   ngOnInit(): void {
diff --git a/alfa-client/libs/ui/src/lib/icon/postfach-icon/postfach-icon.component.html b/alfa-client/libs/ui/src/lib/icon/postfach-icon/postfach-icon.component.html
index 334cf7bf87abb3cd2486af2cce7c5ba1c27c3e86..f0db6bd1e43828ba2d86b4a953f23c508814fe3e 100644
--- a/alfa-client/libs/ui/src/lib/icon/postfach-icon/postfach-icon.component.html
+++ b/alfa-client/libs/ui/src/lib/icon/postfach-icon/postfach-icon.component.html
@@ -24,7 +24,7 @@
 
 -->
 <ods-icon
-  name="mailbox"
+  name="mail"
   fill="text"
   data-test-class="postfach-icon-mat-icon"
   matBadge="&NoBreak;"