diff --git a/src/app/components/NoteCard.svelte b/src/app/components/NoteCard.svelte index 2170d233..e12aadc5 100644 --- a/src/app/components/NoteCard.svelte +++ b/src/app/components/NoteCard.svelte @@ -1,8 +1,11 @@
-
- {#if !hideProfile} - - {/if} - - {formatTimestamp(event.created_at)} - -
- + {#if muted} +
+
+ +

You have muted this person.

+

+ +
+ {:else} +
+ {#if !hideProfile} + + {/if} + + {formatTimestamp(event.created_at)} + +
+ + {/if}