diff --git a/src/app/dashboard/dashboard.component.ts b/src/app/dashboard/dashboard.component.ts
index af305ffee2..9d2c56d047 100644
--- a/src/app/dashboard/dashboard.component.ts
+++ b/src/app/dashboard/dashboard.component.ts
@@ -117,7 +117,6 @@ export class DashboardComponent implements OnInit, OnDestroy {
badge: this.examsCount },
{ baseFirstLine: $localize` my `, title: $localize`Chat`, link: '/chat' },
{ baseFirstLine: $localize` my `, title: $localize`Progress`, link: 'myProgress' },
- { baseFirstLine: $localize`my`, title: $localize`Personals`, link: 'myPersonals' },
{ baseFirstLine: $localize`my`, title: $localize`Achievements`, link: 'myAchievements' },
{ baseFirstLine: $localize`my`, title: $localize`Surveys`, link: 'mySurveys', badge: this.surveysCount },
{ baseFirstLine: $localize` my `, title: $localize`Health`, link: 'myHealth' }
diff --git a/src/app/home/home-router.module.ts b/src/app/home/home-router.module.ts
index 962699e69a..dec4803d75 100644
--- a/src/app/home/home-router.module.ts
+++ b/src/app/home/home-router.module.ts
@@ -70,10 +70,6 @@ const alwaysGuardedRoutes = [
{
path: dashboardPath('myLibrary'),
loadChildren: () => import('../resources/resources.module').then(m => m.ResourcesModule), data: { view: 'myLibrary' }
- },
- {
- path: dashboardPath('myPersonals'),
- loadChildren: () => import('../resources/resources.module').then(m => m.ResourcesModule), data: { view: 'myPersonals' }
}
];
diff --git a/src/app/home/home.component.ts b/src/app/home/home.component.ts
index dbf0c157af..1081e3042f 100644
--- a/src/app/home/home.component.ts
+++ b/src/app/home/home.component.ts
@@ -160,7 +160,7 @@ export class HomeComponent implements OnInit, DoCheck, AfterViewChecked, OnDestr
const routesWithBackground = [
'resources', 'courses', 'feedback', 'users', 'meetups', 'requests', 'associated', 'submissions', 'teams', 'surveys', 'news',
'mySurveys', 'myHealth', 'myCourses', 'myLibrary', 'myTeams', 'enterprises', 'certifications', 'myDashboard', 'nation', 'earth',
- 'health', 'myPersonals', 'community', 'voices'
+ 'health', 'community', 'voices'
];
// Leaving the exception variable in so we can easily use this while still testing backgrounds
const routesWithoutBackground = [];
diff --git a/src/app/resources/resources.component.html b/src/app/resources/resources.component.html
index 9b026bab28..21870f911d 100644
--- a/src/app/resources/resources.component.html
+++ b/src/app/resources/resources.component.html
@@ -25,15 +25,15 @@
- {myView, select, myPersonals {myPersonals} myLibrary {myLibrary} other {Library}}
-
+ {myView, select, myLibrary {myLibrary} other {Library}}
+
Search by:
-
+
@@ -43,13 +43,13 @@