forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-08 21:49:23 -06:00
parent dcb41dadb2
commit 8a0bc20c65
1 changed files with 6 additions and 1 deletions

View File

@ -182,10 +182,15 @@
</a>
</li>
<li>
<a class="{{ 'font-bold text-red-600' if '/saved/' in request.path else 'text-gray-700' }}" href="/@{{u.username}}/saved/posts">
<a class="{{ 'font-bold text-red-600' if '/saved/posts' in request.path else 'text-gray-700' }}" href="/@{{u.username}}/saved/posts">
Saved Posts
</a>
</li>
<li>
<a class="{{ 'font-bold text-red-600' if '/saved/comments' in request.path else 'text-gray-700' }}" href="/@{{u.username}}/saved/comments">
Saved Comments
</a>
</li>
</ul>
</div>
</div>