Skip to content

Commit

Permalink
Merge pull request #711 from geonetwork/news-org-thumbnail
Browse files Browse the repository at this point in the history
Datahub: Fix display of news org thumbnail
  • Loading branch information
tkohr committed Dec 4, 2023
2 parents 92763ec + 2764431 commit f46b998
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<gn-ui-thumbnail
*ngIf="hasLogo"
[thumbnailUrl]="record.ownerOrganization?.logoUrl?.toString()"
[fit]="'contain'"
></gn-ui-thumbnail>
</div>
<div class="flex flex-col overflow-hidden items-start">
Expand Down

0 comments on commit f46b998

Please sign in to comment.