diff --git a/src/lib/components/Notifications.svelte b/src/lib/components/Notifications.svelte index b4b2369..8677a64 100644 --- a/src/lib/components/Notifications.svelte +++ b/src/lib/components/Notifications.svelte @@ -764,7 +764,7 @@
-
+
{#if authorProfile?.picture}
{/if} - - @{authorProfile?.displayName || authorProfile?.name || message.pubkey.slice(0, 8) + "..." + message.pubkey.slice(-4)} - +
+ + @{authorProfile?.displayName || authorProfile?.name || message.pubkey.slice(0, 8) + "..." + message.pubkey.slice(-4)} + +
{#if !isFromUser} -
+