-
+
diff --git a/components/account/AccountInfo.vue b/components/account/AccountInfo.vue
index 63f5f95c..1d2fa57f 100644
--- a/components/account/AccountInfo.vue
+++ b/components/account/AccountInfo.vue
@@ -5,6 +5,7 @@ const { account, link = true, fullServer = false } = defineProps<{
account: Account
link?: boolean
fullServer?: boolean
+ hover?: boolean
}>()
const accountHandle = $(useAccountHandle(account, fullServer))
@@ -14,7 +15,7 @@ const accountHandle = $(useAccountHandle(account, fullServer))
diff --git a/components/account/AccountInlineInfo.vue b/components/account/AccountInlineInfo.vue
index fe859023..02bd90f3 100644
--- a/components/account/AccountInlineInfo.vue
+++ b/components/account/AccountInlineInfo.vue
@@ -9,7 +9,7 @@ const { link = true } = defineProps<{
-
+
diff --git a/components/notification/NotificationCard.vue b/components/notification/NotificationCard.vue
index 9b82a02b..2b4c8b9b 100644
--- a/components/notification/NotificationCard.vue
+++ b/components/notification/NotificationCard.vue
@@ -11,14 +11,16 @@ const { notification } = defineProps<{
-
followed you
+
+ followed you
-
requested to follow you
+
+ requested to follow you
@@ -26,14 +28,16 @@ const { notification } = defineProps<{
-
favourited your post
+
+ favourited your post
-
reblogged your post
+
+ reblogged your post
diff --git a/components/status/StatusAccountDetails.vue b/components/status/StatusAccountDetails.vue
index 240335dd..d89a3af4 100644
--- a/components/status/StatusAccountDetails.vue
+++ b/components/status/StatusAccountDetails.vue
@@ -12,7 +12,7 @@ const accountHandle = $(useAccountHandle(account))
diff --git a/components/status/StatusCard.vue b/components/status/StatusCard.vue
index a2b92859..93d96e4a 100644
--- a/components/status/StatusCard.vue
+++ b/components/status/StatusCard.vue
@@ -7,10 +7,7 @@ const props = withDefaults(
actions?: boolean
hover?: boolean
}>(),
- {
- actions: true,
- hover: true,
- },
+ { actions: true },
)
const status = $computed(() => {
@@ -80,12 +77,7 @@ const timeago = useTimeAgo(() => status.createdAt, {