diff --git a/src/app/features/collections/components/collections-discover/collections-discover.component.html b/src/app/features/collections/components/collections-discover/collections-discover.component.html
index 875329e71..1e9261f03 100644
--- a/src/app/features/collections/components/collections-discover/collections-discover.component.html
+++ b/src/app/features/collections/components/collections-discover/collections-discover.component.html
@@ -4,6 +4,10 @@
class="collections-sub-header flex justify-content-between flex-column gap-4 mb-4 sm:mb-6 sm:gap-0 sm:flex-row"
>
+
{{ collectionProvider()?.name }}
+
+
+
@let provider = collectionProvider();
@if (provider && provider.assets) {
@@ -14,8 +18,6 @@
[src]="provider.assets.squareColorNoTransparent"
/>
}
-
-
{{ collectionProvider()?.name }}
diff --git a/src/app/features/preprints/components/preprint-provider-hero/preprint-provider-hero.component.html b/src/app/features/preprints/components/preprint-provider-hero/preprint-provider-hero.component.html
index 8754ee628..7339576ee 100644
--- a/src/app/features/preprints/components/preprint-provider-hero/preprint-provider-hero.component.html
+++ b/src/app/features/preprints/components/preprint-provider-hero/preprint-provider-hero.component.html
@@ -3,6 +3,12 @@
@if (isPreprintProviderLoading()) {
+ } @else {
+
{{ preprintProvider()!.name }}
+ }
+
+
+ @if (isPreprintProviderLoading()) {
} @else {
![]()
-
{{ preprintProvider()!.name }}
}