Update comment in ZapDialog to reflect new branding message

This commit is contained in:
2025-11-22 21:18:21 +01:00
parent bbd4cba1c1
commit cb15904081

View File

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