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 9e1e0de8e..875329e71 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 @@ -5,8 +5,14 @@ >
@let provider = collectionProvider(); - @if (provider && provider.brand) { - + + @if (provider && provider.assets) { + }

{{ collectionProvider()?.name }}

diff --git a/src/app/features/institutions/pages/institutions-list/institutions-list.component.html b/src/app/features/institutions/pages/institutions-list/institutions-list.component.html index 928b816ad..b8e898200 100644 --- a/src/app/features/institutions/pages/institutions-list/institutions-list.component.html +++ b/src/app/features/institutions/pages/institutions-list/institutions-list.component.html @@ -18,7 +18,7 @@ @for (institution of institutions(); track $index) {
- +

{{ institution.name }}

diff --git a/src/app/features/institutions/pages/institutions-search/institutions-search.component.html b/src/app/features/institutions/pages/institutions-search/institutions-search.component.html index b610483a0..dd2f874f9 100644 --- a/src/app/features/institutions/pages/institutions-search/institutions-search.component.html +++ b/src/app/features/institutions/pages/institutions-search/institutions-search.component.html @@ -9,8 +9,8 @@ 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 f21f7c0d3..8754ee628 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 @@ -5,7 +5,11 @@ } @else { - Provider Logo +

{{ preprintProvider()!.name }}

}
diff --git a/src/app/features/registries/components/registry-provider-hero/registry-provider-hero.component.html b/src/app/features/registries/components/registry-provider-hero/registry-provider-hero.component.html index 4efab8ac6..41511cd27 100644 --- a/src/app/features/registries/components/registry-provider-hero/registry-provider-hero.component.html +++ b/src/app/features/registries/components/registry-provider-hero/registry-provider-hero.component.html @@ -5,7 +5,7 @@ } @else { - Provider Logo + Provider Logo }