Skip to content

Commit

Permalink
Merge pull request #44 from xldrkp/team
Browse files Browse the repository at this point in the history
Team
  • Loading branch information
xldrkp authored Oct 6, 2023
2 parents abf8bb5 + 8b00223 commit dff9658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/components/member.njk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="p-4 lg:w-1/2">
<div class="h-full flex sm:flex-row flex-col justify-center text-center sm:text-left">
{% if member.status == "partner" %}
<img alt="team" class="flex-shrink-0 rounded-lg w-48 h-48 object-contain object-center sm:mb-0 mb-4" src="/static/img/members/{{ member.image }}" loading="lazy">
<img alt="team" class="flex-shrink-0 rounded-lg w-48 h-48 object-contain object-center sm:mb-0 mb-4" src="/p/static/img/members/{{ member.image }}" loading="lazy">
{% else %}
<img alt="team" class="flex-shrink-0 rounded-lg w-48 h-48 object-cover object-center sm:mb-0 mb-4" src="/static/img/members/{{ member.image }}" loading="lazy">
{% endif %}
Expand Down

0 comments on commit dff9658

Please sign in to comment.