chore: remove clip button

This commit is contained in:
Kieran 2023-12-08 22:35:24 +00:00
parent 136212829b
commit d9e7fcbbbd
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -27,7 +27,6 @@ import { ContentWarningOverlay, isContentWarningAccepted } from "@/element/conte
import { useCurrentStreamFeed } from "@/hooks/current-stream-feed";
import { useStreamLink } from "@/hooks/stream-link";
import { FollowButton } from "@/element/follow-button";
import { ClipButton } from "@/element/clip-button";
function ProfileInfo({ ev, goal }: { ev?: TaggedNostrEvent; goal?: TaggedNostrEvent }) {
const system = useContext(SnortContext);
@ -86,7 +85,6 @@ function ProfileInfo({ ev, goal }: { ev?: TaggedNostrEvent; goal?: TaggedNostrEv
</div>
{ev && (
<>
<ClipButton ev={ev} />
<ShareMenu ev={ev} />
{zapTarget && (
<SendZapsDialog