diff --git a/apps/web/Components/Common/Error.jsx b/apps/web/Components/Common/Error.jsx
index 8e6f7fc..798c4ed 100644
--- a/apps/web/Components/Common/Error.jsx
+++ b/apps/web/Components/Common/Error.jsx
@@ -5,12 +5,13 @@ function handleRetry() {
window.location.reload();
}
-function openSupport() {
- window.open('https://help.evoleasing.ru', '_blank').focus();
-}
+const RetryButton = ;
-const RetryButton = ;
-const SupportButton = ;
+const SupportButton = (
+
+);
export function CRMError({ error }) {
return (