change support url

This commit is contained in:
vchikalkin 2023-03-29 12:24:16 +03:00
parent e8d1057c69
commit 1ea11f8eff

View File

@ -7,7 +7,7 @@ function handleRetry() {
}
function openSupport() {
window.open('https://support.evoleasing.ru', '_blank').focus();
window.open('https://help.evoleasing.ru', '_blank').focus();
}
const RetryButton = <Button action={handleRetry} text="Попробовать еще раз" />;