{% if item.author.url %}
diff --git a/views/partials/ap-notification-card.njk b/views/partials/ap-notification-card.njk
index c64d12f..aa2daa8 100644
--- a/views/partials/ap-notification-card.njk
+++ b/views/partials/ap-notification-card.njk
@@ -9,14 +9,11 @@
{# Actor avatar with type badge #}
-
+
{% if item.actorPhoto %}
-

-
{{ item.actorName[0] | upper if item.actorName else "?" }}
- {% else %}
-
{{ item.actorName[0] | upper if item.actorName else "?" }}
+

{% endif %}
+
{{ item.actorName[0] | upper if item.actorName else "?" }}
{% if item.type == "like" %}❤{% elif item.type == "boost" %}🔁{% elif item.type == "follow" %}👤{% elif item.type == "reply" %}💬{% elif item.type == "mention" %}@{% endif %}