Update default comment in ZapDialog to reflect new branding

This commit is contained in:
2025-10-05 21:33:20 +02:00
parent 70073e1980
commit b614349a85

View File

@@ -251,7 +251,7 @@ export function ZapDialog({ target, children, className }: ZapDialogProps) {
useEffect(() => {
if (target) {
setComment('Zapped with MKStack!');
setComment('Zapped with zelo.news!');
}
}, [target]);