feat: use pointer when clickable status (#113)
This commit is contained in:
parent
4bb2910761
commit
175e31288a
2 changed files with 10 additions and 3 deletions
|
@ -22,7 +22,7 @@ const date = useFormattedDateTime(status.createdAt)
|
|||
<template #spoiler>
|
||||
{{ status.spoilerText }}
|
||||
</template>
|
||||
<StatusBody :status="status" text-2xl />
|
||||
<StatusBody :status="status" :with-action="false" text-2xl />
|
||||
<StatusMedia
|
||||
v-if="status.mediaAttachments?.length"
|
||||
:status="status"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue