Skip to content

Commit

Permalink
community logo: fix rendering placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
anikachurilova authored and zzacharo committed Oct 26, 2023
1 parent eac9f88 commit e3b75d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/semantic-ui/zenodo_rdm/macros/carousel_item.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

{% macro carousel_item(community=None, index=0, showUploadBtn=True) %}
<div class="item slide flex align-items-center {{ 'visible' if index == 1 else 'hidden' }}">
<img class="ui small image has-placeholder" src="{{ community.links.logo }}" alt="" />
<img class="ui small image" src="{{ community.links.logo | resolve_community_logo(community.id) }}" alt="" />
<div class="content">
<div class="ui middle aligned grid rel-pb-1">
<div class="ten wide computer sixteen wide tablet column">
Expand Down

0 comments on commit e3b75d0

Please sign in to comment.