master
kek7198 2021-12-08 22:21:24 -06:00
parent feb179ec59
commit fcdb3eddcd
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.full_path else 'text-gray-700' }}" href="/@{{u.username}}/comments">
<a class="{{ 'font-bold text-red-600' if 'comments' in request.full_path else 'text-gray-700' }}" href="/@{{u.username}}/comments">
Comments <span class="text-gray-500 font-normal">{{ u.comment_count }}</span>
</a>
</li>