From b8b29897679b7f7fd3d162c79bcc0eb97b61a935 Mon Sep 17 00:00:00 2001 From: highperfocused Date: Sat, 29 Nov 2025 21:12:49 +0100 Subject: [PATCH] fix: update default comment in ZapDialog to reflect branding --- src/components/ZapDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ZapDialog.tsx b/src/components/ZapDialog.tsx index c50bf20..e47cc34 100644 --- a/src/components/ZapDialog.tsx +++ b/src/components/ZapDialog.tsx @@ -251,7 +251,7 @@ export function ZapDialog({ target, children, className }: ZapDialogProps) { useEffect(() => { if (target) { - setComment('Zapped with MKStack!'); + setComment('Zapped with zelo.news'); } }, [target]);