diff --git a/components/status/StatusReplyingTo.vue b/components/status/StatusReplyingTo.vue
index 5bf9c8c5..50150d9b 100644
--- a/components/status/StatusReplyingTo.vue
+++ b/components/status/StatusReplyingTo.vue
@@ -20,14 +20,14 @@ const account = isSelf ? computed(() => status.account) : useAccountById(status.
:title="account ? `Replying to ${getDisplayName(account)}` : 'Replying to someone'"
>
-
+
-