File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
collections/components/collections-discover
preprints/components/preprint-provider-hero Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 44 class ="collections-sub-header flex justify-content-between flex-column gap-4 mb-4 sm:mb-6 sm:gap-0 sm:flex-row "
55 >
66 < div class ="flex gap-3 ">
7+ < h1 class ="collections-heading flex align-items-center "> {{ collectionProvider()?.name }}</ h1 >
8+ </ div >
9+
10+ < div class ="flex m-auto ">
711 @let provider = collectionProvider();
812
913 @if (provider && provider.assets) {
1418 [src] ="provider.assets.squareColorNoTransparent "
1519 />
1620 }
17-
18- < h1 class ="collections-heading flex align-items-center "> {{ collectionProvider()?.name }}</ h1 >
1921 </ div >
2022
2123 < p-button [routerLink] ="['../add'] " [label] ="'common.buttons.addToCollection' | translate " />
Original file line number Diff line number Diff line change 33 < div class ="flex align-items-center gap-2 ">
44 @if (isPreprintProviderLoading()) {
55 < p-skeleton width ="3rem " height ="1.5rem " />
6+ } @else {
7+ < h1 class ="preprint-provider-name "> {{ preprintProvider()!.name }}</ h1 >
8+ }
9+ </ div >
10+ < div class ="flex align-items-center gap-2 m-auto ">
11+ @if (isPreprintProviderLoading()) {
612 < p-skeleton width ="12rem " height ="1.5rem " />
713 } @else {
814 < img
915 height ="80 "
1016 [src] ="preprintProvider()!.brand.heroLogoImageUrl "
1117 [alt] ="'preprints.selectService.providerLogoImageAlt' | translate "
1218 />
13- < h1 class ="preprint-provider-name "> {{ preprintProvider()!.name }}</ h1 >
1419 }
1520 </ div >
1621
You can’t perform that action at this time.
0 commit comments