feat(plugins/sponsors): add plugin_sponsors_past (#958) [skip ci]

This commit is contained in:
Simon Lecoq
2022-03-22 06:54:16 +01:00
committed by GitHub
parent 7182032396
commit f457d7bf1b
7 changed files with 69 additions and 4 deletions

View File

@@ -41,7 +41,7 @@
<span><%= plugins.sponsors.goal.title %></span>
</div>
<div class="row">
<% for (const user of plugins.sponsors.list) { %><img class="avatar" src="<%= user.avatar %>" width="24" height="24" alt="" /><% } %>
<% for (const user of plugins.sponsors.list) { %><img class="avatar <%= user.past ? "past" : "" %>" src="<%= user.avatar %>" width="24" height="24" alt="" /><% } %>
</div>
</section>
</div>