From 1953864607ffa1d91269ee9a31dbfc9ed9c325ec Mon Sep 17 00:00:00 2001 From: nsemets Date: Tue, 21 Oct 2025 11:10:26 +0300 Subject: [PATCH] fix(provider-logo): updated provider log size --- .../collections-discover.component.html | 10 ++++++++-- .../institutions-list/institutions-list.component.html | 2 +- .../institutions-search.component.html | 4 ++-- .../preprint-provider-hero.component.html | 6 +++++- .../registry-provider-hero.component.html | 2 +- 5 files changed, 17 insertions(+), 7 deletions(-) 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 }