diff --git a/src/components/Note/Zap.tsx b/src/components/Note/Zap.tsx
index 689b74b..69637a0 100644
--- a/src/components/Note/Zap.tsx
+++ b/src/components/Note/Zap.tsx
@@ -29,28 +29,29 @@ export default function Zap({ event, className }: { event: Event; className?: st
return (
- {/* Zapped note/profile link in top-right corner */}
- {(targetEvent || recipientPubkey) && (
-
- )}
+ {/* Zapped note/profile link in bottom-right corner */}
+
-