forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-13 06:59:37 -06:00
parent 23aaab3c8b
commit f3081847af
1 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@
{% if u.id == v.id or not u.is_private %}
<ul class="hidden xl:flex items-center space-x-3 mb-0">
<li>
<div class="text-lg font-bold mb-0">{{ u.stored_subscriber_count }}</div>
<a href="/@{{ u.username }}/followers" class="text-black text-lg font-bold mb-0">{{ u.stored_subscriber_count }}</a>
<small class="block font-bold text-gray-500">Followers</small>
</li>
<li>
@ -172,7 +172,7 @@
{% if u.id == v.id or not u.is_private %}
<ul class="flex items-center space-x-3 mt-3 mb-0">
<li>
<div class="text-lg font-bold mb-0">{{ u.stored_subscriber_count }}</div>
<a href="/@{{ u.username }}/followers" class="text-black text-lg font-bold mb-0">{{ u.stored_subscriber_count }}</a>
<small class="block font-bold text-gray-500">Followers</small>
</li>
<li>