From 1ea11f8effa23d54a2b657553c394603c1ada745 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Wed, 29 Mar 2023 12:24:16 +0300 Subject: [PATCH] change support url --- apps/web/Components/Common/Error.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =