forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-08 22:32:34 -06:00
parent 91e2fc4b32
commit 256967926e
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@
</a>
</li>
<li>
<a class="{{ 'font-bold text-red-600' if 'comments' and not 'saved' in request.path else 'text-gray-700' }}" href="/@{{u.username}}/comments">
<a class="{{ 'font-bold text-red-600' if 'comments' in request.path else 'text-gray-700' }}" href="/@{{u.username}}/comments">
Comments <span class="text-gray-500 font-normal">{{ u.comment_count }}</span>
</a>
</li>