about summary refs log tree commit diff
path: root/src/view/com/post/Post.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-06-14 00:41:12 +0300
committerGitHub <noreply@github.com>2025-06-13 16:41:12 -0500
commited9691511beb26bdb799bbcb9a973a8b8df3433c (patch)
treed36687f42ed488a7079028abf3f81529887d1fd0 /src/view/com/post/Post.tsx
parent7cd607f523b715bdea4b01d9203610e764b4fbe3 (diff)
downloadvoidsky-ed9691511beb26bdb799bbcb9a973a8b8df3433c.tar.zst
Hover card on anchor displayName/handle (#8479)
* add hover to anchor display name / handle

* use newer link component

* Wrap using a single hover element

---------

Co-authored-by: Eric Bailey <git@esb.lol>
Diffstat (limited to 'src/view/com/post/Post.tsx')
-rw-r--r--src/view/com/post/Post.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx
index d92ea6a9d..19017f30f 100644
--- a/src/view/com/post/Post.tsx
+++ b/src/view/com/post/Post.tsx
@@ -204,7 +204,7 @@ function PostInner({
                 ) : (
                   <Trans context="description">
                     Reply to{' '}
-                    <ProfileHoverCard inline did={replyAuthorDid}>
+                    <ProfileHoverCard did={replyAuthorDid}>
                       <UserInfoText
                         type="sm"
                         did={replyAuthorDid}