fix
This commit is contained in:
parent
815b5e6b7d
commit
f8d8e13847
1 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@
|
||||||
{% if u.id == v.id or not u.is_private %}
|
{% if u.id == v.id or not u.is_private %}
|
||||||
<ul class="hidden xl:flex items-center space-x-3 mb-0">
|
<ul class="hidden xl:flex items-center space-x-3 mb-0">
|
||||||
<li>
|
<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>
|
<small class="block font-bold text-gray-500">Followers</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
@ -172,7 +172,7 @@
|
||||||
{% if u.id == v.id or not u.is_private %}
|
{% if u.id == v.id or not u.is_private %}
|
||||||
<ul class="flex items-center space-x-3 mt-3 mb-0">
|
<ul class="flex items-center space-x-3 mt-3 mb-0">
|
||||||
<li>
|
<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>
|
<small class="block font-bold text-gray-500">Followers</small>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue