diff --git a/apps/mina-sidor-fa/src/app/pages/administration/pages/employee-card/employee-card.component.html b/apps/mina-sidor-fa/src/app/pages/administration/pages/employee-card/employee-card.component.html
index 3872ebe..295b1c4 100644
--- a/apps/mina-sidor-fa/src/app/pages/administration/pages/employee-card/employee-card.component.html
+++ b/apps/mina-sidor-fa/src/app/pages/administration/pages/employee-card/employee-card.component.html
@@ -14,10 +14,9 @@
Här ser du personalkontot. Ändra behörighet genom att klicka på redigera.
@@ -49,14 +48,16 @@
Oj då! Vi kan inte hitta sidan.
Det kan bero på att länken du använder är felaktig eller att sidan inte längre finns.
- Tillbaka till startsidan
+ Tillbaka till startsidan
diff --git a/apps/mina-sidor-fa/src/app/pages/page-not-found/page-not-found.module.ts b/apps/mina-sidor-fa/src/app/pages/page-not-found/page-not-found.module.ts
index 7a3abb3..6f89ff2 100644
--- a/apps/mina-sidor-fa/src/app/pages/page-not-found/page-not-found.module.ts
+++ b/apps/mina-sidor-fa/src/app/pages/page-not-found/page-not-found.module.ts
@@ -1,8 +1,8 @@
import { CommonModule } from '@angular/common';
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
import { RouterModule } from '@angular/router';
-import { BackLinkModule } from '@msfa-shared/components/back-link/back-link.module';
import { LayoutModule } from '@msfa-shared/components/layout/layout.module';
+import { UiBackLinkModule } from '@ui/back-link/back-link.module';
import { PageNotFoundComponent } from './page-not-found.component';
@NgModule({
@@ -12,7 +12,7 @@ import { PageNotFoundComponent } from './page-not-found.component';
CommonModule,
RouterModule.forChild([{ path: '', component: PageNotFoundComponent }]),
LayoutModule,
- BackLinkModule,
+ UiBackLinkModule,
],
})
export class PageNotFoundModule {}
diff --git a/apps/mina-sidor-fa/src/app/pages/unauthorized/unauthorized.component.html b/apps/mina-sidor-fa/src/app/pages/unauthorized/unauthorized.component.html
index d01376c..97088ec 100644
--- a/apps/mina-sidor-fa/src/app/pages/unauthorized/unauthorized.component.html
+++ b/apps/mina-sidor-fa/src/app/pages/unauthorized/unauthorized.component.html
@@ -6,7 +6,7 @@
Det verkar som att du saknar behörigheter att komma in på sidan. Kontakta verksamhetens
behörighetsadministratör.
-