diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-06-14 00:41:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-13 16:41:12 -0500 |
commit | ed9691511beb26bdb799bbcb9a973a8b8df3433c (patch) | |
tree | d36687f42ed488a7079028abf3f81529887d1fd0 /src/view/com/post/Post.tsx | |
parent | 7cd607f523b715bdea4b01d9203610e764b4fbe3 (diff) | |
download | voidsky-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.tsx | 2 |
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} |