+
} @else {
diff --git a/src/app/features/my-profile/components/my-profile-resources/my-profile-resources.component.html b/src/app/features/my-profile/components/my-profile-resources/my-profile-resources.component.html
index c80e9800d..37fe757c6 100644
--- a/src/app/features/my-profile/components/my-profile-resources/my-profile-resources.component.html
+++ b/src/app/features/my-profile/components/my-profile-resources/my-profile-resources.component.html
@@ -31,28 +31,10 @@
Sort by:
>
} @else {
@if (isAnyFilterOptions()) {
-
![filter by]()
+
}
-
![sort by]()
+
+
}
diff --git a/src/app/features/my-profile/components/my-profile-resources/my-profile-resources.component.ts b/src/app/features/my-profile/components/my-profile-resources/my-profile-resources.component.ts
index da02d9ede..1a4bbe66f 100644
--- a/src/app/features/my-profile/components/my-profile-resources/my-profile-resources.component.ts
+++ b/src/app/features/my-profile/components/my-profile-resources/my-profile-resources.component.ts
@@ -4,7 +4,6 @@ import { Button } from 'primeng/button';
import { DataView } from 'primeng/dataview';
import { Select } from 'primeng/select';
-import { NgOptimizedImage } from '@angular/common';
import { ChangeDetectionStrategy, Component, computed, effect, inject, signal, untracked } from '@angular/core';
import { toSignal } from '@angular/core/rxjs-interop';
import { FormsModule } from '@angular/forms';
@@ -24,7 +23,6 @@ import { MyProfileResourceFiltersSelectors } from '../my-profile-resource-filter
imports: [
DataView,
MyProfileFilterChipsComponent,
- NgOptimizedImage,
MyProfileResourceFiltersComponent,
Select,
FormsModule,
diff --git a/src/app/features/preprints/components/filters/preprints-resources/preprints-resources.component.html b/src/app/features/preprints/components/filters/preprints-resources/preprints-resources.component.html
index 568041e25..51426d5c0 100644
--- a/src/app/features/preprints/components/filters/preprints-resources/preprints-resources.component.html
+++ b/src/app/features/preprints/components/filters/preprints-resources/preprints-resources.component.html
@@ -22,28 +22,21 @@