Skip to content

Commit

Permalink
Use wide avatar on version detail page.
Browse files Browse the repository at this point in the history
- fixes #1318
  • Loading branch information
brianjp93 committed Oct 3, 2024
1 parent a277159 commit a5cf2a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/versions/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@
<section id="releaseContributors"
class="p-6 my-4 bg-white md:rounded-lg md:shadow-lg dark:text-white text-slate dark:bg-charcoal dark:bg-neutral-700">
<h2 class="text-2xl mt-0">Contributors</h2>
<div class="flex flex-wrap justify-center gap-2">
<div class="grid md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-y-3 gap-x-2">
{% for author in top_contributors_release %}
{% avatar commitauthor=author %}
{% avatar commitauthor=author avatar_type="wide" contributor_label="Contributor" %}
{% endfor %}
</div>
</section>
Expand Down

0 comments on commit a5cf2a1

Please sign in to comment.