diff --git a/apps/web/Components/Common/Error.jsx b/apps/web/Components/Common/Error.jsx index 04362df..5a16ff4 100644 --- a/apps/web/Components/Common/Error.jsx +++ b/apps/web/Components/Common/Error.jsx @@ -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 =