Fix [deleted] user link color

This commit is contained in:
spikecodes 2021-12-19 17:12:33 -08:00
parent 341c623be8
commit 7c73e352ce
No known key found for this signature in database
GPG Key ID: 004CECFF9B463BCB
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
{% if author.name != "[deleted]" %}
<a class="comment_author {{ author.distinguished }} {% if author.name == post_author %}op{% endif %}" href="/user/{{ author.name }}">u/{{ author.name }}</a>
{% else %}
u/{{ author.name }}
<span class="comment_author">u/[deleted]</span>
{% endif %}
{% if author.flair.flair_parts.len() > 0 %}
<small class="author_flair">{% call utils::render_flair(author.flair.flair_parts) %}</small>