fix
This commit is contained in:
parent
56b29a7265
commit
5f59ad2b1a
1 changed files with 3 additions and 1 deletions
|
@ -144,7 +144,9 @@
|
|||
{% if u.id == v.id or not u.is_private %}
|
||||
<ul class="hidden xl:flex items-center space-x-4 mb-0 font-bold text-black dark:text-gray-200">
|
||||
<li>
|
||||
<a href="/@{{ u.username }}/followers" class="text-lg mb-0">{{ u.stored_subscriber_count }}</a>
|
||||
<a href="/@{{ u.username }}/followers" class="text-black dark:text-gray-200 text-lg mb-0">
|
||||
{{ u.stored_subscriber_count }}
|
||||
</a>
|
||||
<small class="block text-gray-500">Followers</small>
|
||||
</li>
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue