about summary refs log tree commit diff
path: root/src/components/ProfileHoverCard/types.ts
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/components/ProfileHoverCard/types.ts
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/components/ProfileHoverCard/types.ts')
-rw-r--r--src/components/ProfileHoverCard/types.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/ProfileHoverCard/types.ts b/src/components/ProfileHoverCard/types.ts
index 37087dc95..01ef0fce7 100644
--- a/src/components/ProfileHoverCard/types.ts
+++ b/src/components/ProfileHoverCard/types.ts
@@ -3,6 +3,5 @@ import type React from 'react'
 export type ProfileHoverCardProps = {
   children: React.ReactElement
   did: string
-  inline?: boolean
   disable?: boolean
 }