forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2022-01-02 17:37:17 -06:00
parent a08b9dfb65
commit f10bb5f60b
1 changed files with 3 additions and 1 deletions

View File

@ -386,7 +386,9 @@
<!-- User Details -->
<div class="ml-3">
{% if user[0]=='anton-d' %}
{{user[0]}}
<span class="block font-heading font-bold text-lg md:text-xl">
{{user[0]}}
</span>
{% else %}
<a class="block font-heading font-bold text-lg md:text-xl text-black dark:text-gray-200 hover:text-primary" href="/@{{user[0].username}}">
{{user[0].username}}