diff --git a/src/components/ZapDialog.tsx b/src/components/ZapDialog.tsx index c50bf20..99d800c 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 LUMINA.rocks'); } }, [target]);