fix: update default comment in ZapDialog to reflect branding

This commit is contained in:
2025-11-29 21:12:49 +01:00
parent bd19410a18
commit b8b2989767

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]);