diff --git a/src/components/comments/Comment.tsx b/src/components/comments/Comment.tsx
index 54658ae..6ed915e 100644
--- a/src/components/comments/Comment.tsx
+++ b/src/components/comments/Comment.tsx
@@ -14,6 +14,7 @@ import { DropdownMenu, DropdownMenuTrigger } from '@/components/ui/dropdown-menu
import { MessageSquare, ChevronDown, ChevronRight, MoreHorizontal } from 'lucide-react';
import { formatDistanceToNow } from 'date-fns';
import { genUserName } from '@/lib/genUserName';
+import { ZapButton } from '@/components/ZapButton';
interface CommentProps {
root: NostrEvent | URL;
@@ -83,6 +84,13 @@ export function Comment({ root, comment, depth = 0, maxDepth = 3, limit }: Comme
Reply
+
+ {/* Zap Button */}
+
{hasReplies && (