Update footer.html

master
kek7198 2021-12-11 21:32:17 -06:00
parent 8f874d276b
commit 49c3d8e9ce
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
<h2 class="font-bold text-gray-500 text-xl font-heading leading-normal mb-2">
Newest Members
</h2>
<ul class="hidden flex flex-wrap gap-x-3 gap-y-2 mb-3">
<ul class="hidden flex-wrap gap-x-3 gap-y-2 mb-3">
{% for user in kek %}
<li class="w-10 flex-shrink-0 overflow-hidden">
<img loading="lazy" src="{{ user.profile_url }}" class="object-cover h-10 w-10 rounded bg-white inner-shadow" alt="avatar"/>