[mirotalk] - fix indent

This commit is contained in:
Miroslav Pejic
2021-01-13 20:29:14 +01:00
parent 860e3b557d
commit ba76f76132
+7 -7
View File
@@ -729,19 +729,19 @@ function about() {
Swal.fire({
background: "black",
position: "center",
title: 'Made with ❤️',
text: 'https://github.com/miroslavpejic85/mirotalk',
title: "Made with ❤️",
text: "https://github.com/miroslavpejic85/mirotalk",
imageUrl: loaderGif,
imageWidth: 320,
imageHeight: 240,
imageAlt: 'Custom image',
imageAlt: "Custom image",
showClass: {
popup: 'animate__animated animate__fadeInDown'
popup: "animate__animated animate__fadeInDown",
},
hideClass: {
popup: 'animate__animated animate__fadeOutUp'
}
})
popup: "animate__animated animate__fadeOutUp",
},
});
}
// =====================================================